1
0
Fork 0
mirror of synced 2024-07-06 23:10:43 +12:00
ArchiveBox/.github/ISSUE_TEMPLATE/bug_report.md
2019-03-28 17:11:43 -04:00

33 lines
1.1 KiB
Markdown

---
name: 🐞 Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
(please fill out the following information, feel free to delete sections if they're not applicable)
## Describe the bug
A description of what the bug is, what you expected to happen,
and any relevant context about issue.
## Steps to reproduce
1. Ran ArchiveBox with the following config '...'
2. Saw this output during archiving '....'
3. UI didn't show the thing I was expecting '....'
## Screenshots or log output
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**.
## Software versions
- 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)
- Python version: (`python3 --version` [e.g. 3.7.0])
- Chrome version: (`chromium-browser --version` [e.g. 73.1.2.3] if relevant to bug)