Update bug_report.md
This commit is contained in:
parent
5fbfa195f6
commit
e2acb6125e
1 changed files with 7 additions and 5 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,21 +7,23 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
### Describe the bug
|
||||
A description of what the bug is, what you expected to happen,
|
||||
and any relevant context about issue.
|
||||
|
||||
**Steps to reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
### Steps to reproduce
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Screenshots or log output**
|
||||
### Screenshots or log output
|
||||
If applicable, use screenshots or copy/pasted terminal output to help explain your problem.
|
||||
|
||||
**Software versions (please complete the following information):**
|
||||
### Software versions
|
||||
(please complete the following information)
|
||||
|
||||
- OS: [e.g. macOS 10.14] (the operating system you're running ArchiveBox on)
|
||||
- ArchiveBox version: `git rev-parse HEAD | head -c7` (commit ID of the version you're running)
|
||||
- Docker version: `docker --version` [e.g. 18.09.2] (if using Docker)
|
||||
|
|
Loading…
Reference in a new issue