linkchecker/.github/ISSUE_TEMPLATE.md
Antoine Beaupré 47987c5e00
add github issue template
This will help people provide the right details to reproduce issues in the future, hopefully
2018-03-26 09:35:43 -04:00

41 lines
1.1 KiB
Markdown

<!-- Verify first that your issue is not already reported. -->
<!-- If possible, test if the latest release is affected too. -->
## Summary
<!-- general description of the problem -->
## Steps to reproduce
1.
2.
3.
## Actual result
## Expected result
## Environment
<!-- replace the comments with the output of the commands -->
* Operating system: <!-- uname -a or lsb_release -a: Debian GNU/Linux 9.1 (stretch), Windows 7, Ubuntu Xenial, etc -->
* Linkchecker version: <!-- linkchecker --version -->
* Python version: <!-- python --version -->
* Install method: <!-- distribution package, PyPI, from source tarball, from git, etc -->
* Site URL: <!-- e.g. https://example.com/... -->
## Configuration file
<!-- include full contents of your configuration file, ~/.linkchecker/linkcheckerrc -->
## Logs
<!-- Include full log of the linkchecker run, with --verbose -->
<!-- Also include the exact commandline used -->
<!-- If a Traceback happened include it in full as well -->
## Other notes
<!-- Ideas on what might have caused this or could fix this are welcome of
course. -->