Quellcode durchsuchen

Update issue templates

Etheram vor 5 Jahren
Ursprung
Commit
73dd6266e6
2 geänderte Dateien mit 9 neuen und 5 gelöschten Zeilen
  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
 name: Bug report
 about: Create a report to help us improve
 about: Create a report to help us improve
-title: ''
+title: "[BUG] "
 labels: bug
 labels: bug
-assignees: ''
+assignees: Etheram68
 
 
 ---
 ---
 
 
@@ -12,10 +12,12 @@ A clear and concise description of what the bug is.
 
 
 **To Reproduce**
 **To Reproduce**
 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 '....'
 4. See error
 4. See error
+```
 
 
 **Expected behavior**
 **Expected behavior**
 A clear and concise description of what you expected to happen.
 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.
 If applicable, add screenshots to help explain your problem.
 
 
 **Desktop (please complete the following information):**
 **Desktop (please complete the following information):**
- - OS: [e.g. iOS]
+ ```
+- OS: [e.g. iOS]
  - Version [e.g. 22]
  - Version [e.g. 22]
+```
 
 
 **Additional context**
 **Additional context**
 Add any other context about the problem here.
 Add any other context about the problem here.

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

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