Update bug_report.md
This commit is contained in:
parent
f6ff2e1a78
commit
5fbfa195f6
1 changed files with 6 additions and 6 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -22,9 +22,9 @@ Steps to reproduce the behavior:
|
|||
If applicable, use screenshots or copy/pasted terminal output to help explain your problem.
|
||||
|
||||
**Software versions (please complete the following information):**
|
||||
- ArchiveBox version: <commit_id>
|
||||
- OS: [e.g. macOS 10.14]
|
||||
- Docker version: docker --version [e.g. 18.09.2] (if using Docker)
|
||||
- Python version: python3 --version [e.g. 3.7.0]
|
||||
- Chrome version: chromium-browser --version [e.g. 73.1.2.3] (if relevant to bug)
|
||||
- Wget version: wget --version [e.g. 1.20.1] (if relevant to bug)
|
||||
- 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)
|
||||
- Python version: `python3 --version` [e.g. 3.7.0]
|
||||
- Chrome version: `chromium-browser --version` [e.g. 73.1.2.3] (if relevant to bug)
|
||||
- Wget version: `wget --version` [e.g. 1.20.1] (if relevant to bug)
|
||||
|
|
Loading…
Add table
Reference in a new issue