Update issue templates

Adding Issue Templates via the Github site bacause I'm lazy and don't want to look up the filenames/locations.
master
Anthony Forsberg 2021-01-14 17:09:53 -05:00 committed by GitHub
parent 6c8d802248
commit 87d0c25467
2 changed files with 56 additions and 0 deletions

36
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: Evolution0
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Command to reproduce the behavior:
`COMMAND_HERE`
```
URL or List of URLs HERE
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs**
Most if not always you will get some kind of output explaining the issue, post it:
```
HERE
``
If possible after running the command with the --debug option.
**Desktop (please complete the following information):**
- OS: [e.g. Windows, Ubuntu, Mac]
- Version [e.g. Windows 10 20H2, Ubuntu 20.04, MacOS 11 (Big Sur)]
- Python Version [e.g. 2.7, 3.9]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: Evolution0
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.