Просмотр исходного кода

feat(issue templates): Update with different styling

To make the Issues clearer to read
Sjoerd-Bo3 2 лет назад
Родитель
Сommit
3899adf6ed
2 измененных файлов с 32 добавлено и 27 удалено
  1. 21 19
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 11 8
      .github/ISSUE_TEMPLATE/feature-request.md

+ 21 - 19
.github/ISSUE_TEMPLATE/bug-report.md

@@ -1,31 +1,33 @@
 ---
 name: "\U0001F41B Bug report"
 about: Create a report to help us fix things
+title: ''
+labels: ''
+assignees: ''
 
 ---
 
-**Describe the bug**
-A clear and concise description of what the bug is.
+## 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
+*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.
+## 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.*
 
-**Smartphone (please complete the following information):**
+## Setup Information (please complete the following information):
+* Smartphone:
+* Pump type:
+* CGM type and CGM app:
+* Trio version, branch and git reference (see Trio Settings):
 
-**Setup Information (please complete the following information):**
-* Pump type
-* CGM type and CGM app
-* Trio version, branch and git reference (see Trio Settings)
-
-**Additional context**
-Add any other context about the problem here.
+## Additional context
+*Add any other context about the problem here.*

+ 11 - 8
.github/ISSUE_TEMPLATE/feature-request.md

@@ -1,17 +1,20 @@
 ---
 name: "\U0001F4A1 Feature request \U0001F4A1"
 about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
 
 ---
 
-**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 [...]
+## 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**
-A clear and concise description of what you want to happen.
+## Describe the solution you'd like
+*A clear and concise description of what you want to happen.*
 
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
+## Describe alternatives you've considered
+*A clear and concise description of any alternative solutions or features you've considered.*
 
-**Additional context**
-Add any other context or screenshots about the feature request here.
+## Additional context
+*Add any other context or screenshots about the feature request here.*