Updated bug and feature templates

This commit is contained in:
2022-01-15 22:15:20 +01:00
parent ac20e98371
commit 0bf5ce065a
2 changed files with 6 additions and 7 deletions

View File

@@ -3,12 +3,12 @@ name: Bug report
about: Report a problem! about: Report a problem!
title: "[BUG]" title: "[BUG]"
labels: bug labels: bug
assignees: '' assignees: ""
--- ---
**What exactly happened?** **What exactly happened?**
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
@@ -21,7 +21,7 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Where did you encounter the problem?** **Where did you encounter the problem?**
- OS: [e.g. iOS]
- Repo: [e.g. URL to your repository] - Repo: [e.g. URL to your repository]
- Version [e.g. 22] - Version [e.g. 22]

View File

@@ -3,12 +3,11 @@ name: Feature request
about: Request a feature! about: Request a feature!
title: "[FEATURE]" title: "[FEATURE]"
labels: enhancement labels: enhancement
assignees: '' assignees: ""
--- ---
**What would you like to change about the program?** **What would you like to change about the program?**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear and concise description of what the problem is.
**Why do you think this is a cool idea?** **Why do you think this is a cool idea?**
A clear and concise description of why your feature would improve the program. A clear and concise description of why your feature would improve the program.