Update bug_report.md
This commit is contained in:
parent
513b82ecc2
commit
403025a73b
1 changed files with 5 additions and 5 deletions
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,24 +7,24 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
(please fill out the following information, feel free to delete sections if they're not applicable)
|
(please fill out the following information, feel free to delete sections if they're not applicable or if long issue templates annoy you)
|
||||||
|
|
||||||
## Describe the bug
|
#### Describe the bug
|
||||||
A description of what the bug is, what you expected to happen,
|
A description of what the bug is, what you expected to happen,
|
||||||
and any relevant context about issue.
|
and any relevant context about issue.
|
||||||
|
|
||||||
## Steps to reproduce
|
#### Steps to reproduce
|
||||||
|
|
||||||
1. Ran ArchiveBox with the following config '...'
|
1. Ran ArchiveBox with the following config '...'
|
||||||
2. Saw this output during archiving '....'
|
2. Saw this output during archiving '....'
|
||||||
3. UI didn't show the thing I was expecting '....'
|
3. UI didn't show the thing I was expecting '....'
|
||||||
|
|
||||||
## Screenshots or log output
|
#### Screenshots or log output
|
||||||
|
|
||||||
If applicable, post any relevant screenshots or copy/pasted terminal output from ArchiveBox.
|
If applicable, post any relevant screenshots or copy/pasted terminal output from ArchiveBox.
|
||||||
If you're reporting a parsing / importing error, **you must paste a copy of your redacted import file here**.
|
If you're reporting a parsing / importing error, **you must paste a copy of your redacted import file here**.
|
||||||
|
|
||||||
## Software versions
|
#### Software versions
|
||||||
|
|
||||||
- OS: ([e.g. macOS 10.14] the operating system you're running ArchiveBox on)
|
- OS: ([e.g. macOS 10.14] the operating system you're running ArchiveBox on)
|
||||||
- ArchiveBox version: (`git rev-parse HEAD | head -c7` [e.g. d798117] commit ID of the version you're running)
|
- ArchiveBox version: (`git rev-parse HEAD | head -c7` [e.g. d798117] commit ID of the version you're running)
|
||||||
|
|
Loading…
Reference in a new issue