Better issues templates

This commit is contained in:
Tiago Conceição
2020-10-26 16:40:10 +00:00
parent 78a5e0f663
commit f2ec43a204
3 changed files with 26 additions and 21 deletions
+14 -12
View File
@@ -1,37 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
about: Create a bug report to help us improve
title: "[BUG] "
labels: ''
assignees: sn4k3
---
**Describe the bug**
<span style="color:red">**! Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.**</span>
## Describe the bug
A clear and concise description of what the bug is.
**To Reproduce**
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
## Expected behavior
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
## Screenshots
If applicable, add screenshots to help explain your problem. Never hide information, full GUI/window screenshot is always a must!
**Files**
Were possible attach the problematic file, both source and output file if applicable
## Files
Were possible attach the problematic file, both source and output file if applicable.
## System
**Desktop (please complete the following information):**
- OS: [e.g. Windows 10 x64 v2004]
**Exceptions Log file**
## Exceptions Log file
In some unexpected exceptions errors will generate and save a log file under appfolder/Logs/AppErrors.
If present you can attach the log file here. Check file name against date/time to be sure it's related to your problem.
**Additional context**
## Additional context
Add any other context about the problem here.
+8 -7
View File
@@ -1,23 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE REQUEST]"
title: "[FEATURE REQUEST] "
labels: enhancement
assignees: sn4k3
---
**Is your feature request related to a problem? Please describe.**
<span style="color:red">**! Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.**</span>
## 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**
## Describe the solution you'd like
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
**Screenshots**
## Screenshots
If applicable, add screenshots to help explain your request.
**Additional context**
## Additional context
Add any other context or screenshots about the feature request here.
+4 -2
View File
@@ -1,10 +1,12 @@
---
name: Question
about: Ask a question, no bug related
title: "[QUESTION]"
title: "[QUESTION] "
labels: question
assignees: sn4k3
---
<span style="color:red">**! Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.**</span>
## Describe the question
A clear and concise description of your question.