Bläddra i källkod

Update issue templates

Etheram 5 år sedan
förälder
incheckning
73dd6266e6
2 ändrade filer med 9 tillägg och 5 borttagningar
  1. 7 3
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 2 2
      .github/ISSUE_TEMPLATE/feature_request.md

+ 7 - 3
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,9 +1,9 @@
 ---
 name: Bug report
 about: Create a report to help us improve
-title: ''
+title: "[BUG] "
 labels: bug
-assignees: ''
+assignees: Etheram68
 
 ---
 
@@ -12,10 +12,12 @@ A clear and concise description of what the bug is.
 
 **To Reproduce**
 Steps to reproduce the behavior:
+```
 1. Go to '...'
 2. Click on '....'
 3. Scroll down to '....'
 4. See error
+```
 
 **Expected behavior**
 A clear and concise description of what you expected to happen.
@@ -24,8 +26,10 @@ A clear and concise description of what you expected to happen.
 If applicable, add screenshots to help explain your problem.
 
 **Desktop (please complete the following information):**
- - OS: [e.g. iOS]
+ ```
+- OS: [e.g. iOS]
  - Version [e.g. 22]
+```
 
 **Additional context**
 Add any other context about the problem here.

+ 2 - 2
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,9 +1,9 @@
 ---
 name: Feature request
 about: Suggest an idea for this project
-title: ''
+title: "[ENHANCEMENT] "
 labels: enhancement
-assignees: ''
+assignees: Etheram68
 
 ---