1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00
ArchiveBox/.github/ISSUE_TEMPLATE/bug_report.md

33 lines
1,001 B
Markdown
Raw Normal View History

2018-12-22 11:57:01 +13:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
2019-03-04 08:15:58 +13:00
### Describe the bug
2019-01-23 13:16:09 +13:00
A description of what the bug is, what you expected to happen,
and any relevant context about issue.
2018-12-22 11:57:01 +13:00
2019-03-04 08:15:58 +13:00
### Steps to reproduce
Steps to reproduce the behavior:
2018-12-22 11:57:01 +13:00
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
2019-03-04 08:15:58 +13:00
### Screenshots or log output
2019-01-23 13:16:09 +13:00
If applicable, use screenshots or copy/pasted terminal output to help explain your problem.
2018-12-22 11:57:01 +13:00
2019-03-04 08:15:58 +13:00
### Software versions
(please complete the following information)
2019-03-04 08:15:01 +13:00
- 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)