Update issue templates
This commit is contained in:
parent
48b57c74d6
commit
e9edb939f9
2 changed files with 53 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a bug report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug, enhancement
|
||||||
|
assignees: robinovitch61
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Read and checkbox the following by putting an "x" in the brackets like `- [x]` before submitting this bug report:
|
||||||
|
|
||||||
|
- [ ] I have searched existing issues, opened and closed, for existing solutions to my problem
|
||||||
|
- [ ] I understand that I have to fill out all of the following or risk my issue being closed and locked
|
||||||
|
|
||||||
|
**What you ran, all the output, and the entire error message, if any**
|
||||||
|
```
|
||||||
|
<paste here>
|
||||||
|
```
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Complete the following information:**
|
||||||
|
- OS [e.g. Mac, Windows, Ubuntu, Arch, NixOS, etc.]: <your OS here>
|
||||||
|
- Version [e.g. v0.0.5]: <the version here>
|
||||||
|
- Available space on disk [e.g. 10GB]: <your value here>
|
||||||
|
- RAM [e.g. 8GB]: <your value here>
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: robinovitch61
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue