ArchiveBox/.github/ISSUE_TEMPLATE/bug_report.md

47 lines
1.2 KiB
Markdown
Raw Normal View History

2018-12-21 17:57:01 -05:00
---
2019-03-28 17:11:43 -04:00
name: 🐞 Bug report
2018-12-21 17:57:01 -05:00
about: Create a report to help us improve
2019-09-18 20:33:28 -04:00
title: 'Bugfix: ...'
labels: 'changes: bugfixes'
2018-12-21 17:57:01 -05:00
assignees: ''
---
2019-09-18 20:27:46 -04:00
<!--
Please fill out the following information,
feel free to delete sections if they're not applicable
2021-01-13 05:52:59 -05:00
or if long issue templates annoy you.
(the only required section is the version information)
2019-09-18 20:27:46 -04:00
-->
2019-03-22 12:53:58 -04:00
2019-04-10 17:09:54 -04:00
#### Describe the bug
2019-09-18 20:27:46 -04:00
<!--
A description of what the bug is,
what you expected to happen,
2019-01-22 19:16:09 -05:00
and any relevant context about issue.
2019-09-18 20:27:46 -04:00
-->
2018-12-21 17:57:01 -05:00
2019-04-10 17:09:54 -04:00
#### Steps to reproduce
2019-09-18 20:27:46 -04:00
<!--
For example:
2019-03-22 12:53:58 -04: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-18 20:27:46 -04:00
-->
2019-03-22 12:53:58 -04:00
2019-04-10 17:09:54 -04:00
#### Screenshots or log output
2019-03-22 12:53:58 -04:00
2019-09-18 20:27:46 -04:00
<!--
2019-03-22 12:53:58 -04: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-18 20:27:46 -04:00
-->
2019-03-22 12:53:58 -04:00
2021-01-13 05:52:59 -05:00
#### ArchiveBox version
2019-03-22 12:53:58 -04:00
2021-01-13 05:52:59 -05:00
<!-- Run the `archivebox version` command locally then copy paste the result here: -->
```logs
replace this line with the *full*, unshortened output of running `archivebox version`
```
<!-- Tickets without full version info will closed until it is provided,
we need the full output here to help you solve your issue -->