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

44 lines
1.2 KiB
Markdown
Raw Normal View History

2018-12-22 11:57:01 +13:00
---
2019-03-29 10:11:43 +13:00
name: 🐞 Bug report
2018-12-22 11:57:01 +13:00
about: Create a report to help us improve
2019-09-19 12:33:28 +12:00
title: 'Bugfix: ...'
labels: 'changes: bugfixes'
2018-12-22 11:57:01 +13:00
assignees: ''
---
2019-09-19 12:27:46 +12:00
<!--
Please fill out the following information,
feel free to delete sections if they're not applicable
or if long issue templates annoy you :)
-->
2019-03-23 05:53:58 +13:00
2019-04-11 09:09:54 +12:00
#### Describe the bug
2019-09-19 12:27:46 +12:00
<!--
A description of what the bug is,
what you expected to happen,
2019-01-23 13:16:09 +13:00
and any relevant context about issue.
2019-09-19 12:27:46 +12:00
-->
2018-12-22 11:57:01 +13:00
2019-04-11 09:09:54 +12:00
#### Steps to reproduce
2019-09-19 12:27:46 +12:00
<!--
For example:
2019-03-23 05:53:58 +13:00
1. Ran ArchiveBox with the following config '...'
2. Saw this output during archiving '....'
3. UI didn't show the thing I was expecting '....'
2019-09-19 12:27:46 +12:00
-->
2019-03-23 05:53:58 +13:00
2019-04-11 09:09:54 +12:00
#### Screenshots or log output
2019-03-23 05:53:58 +13:00
2019-09-19 12:27:46 +12:00
<!--
2019-03-23 05:53:58 +13:00
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**.
2019-09-19 12:27:46 +12:00
-->
2019-03-23 05:53:58 +13:00
2019-04-11 09:09:54 +12:00
#### Software versions
2019-03-23 05:53:58 +13:00
- 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)