Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-10-26 19:40:10 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-10-26 19:40:10 +0300
commitf2ec43a204a0b502e5456e48db0835071aa1c8ff (patch)
tree9ba708b50013286a8d44885029493821d951e536 /.github
parent78a5e0f66359634b303165c69e9ad1ceefc22d43 (diff)
Better issues templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md26
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md15
-rw-r--r--.github/ISSUE_TEMPLATE/question.md6
3 files changed, 26 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index bf7b109..a65de5a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 3ccda2d..df77f81 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index caaad55..8c574bd 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -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. \ No newline at end of file