Skip to content

Commit 3899adf

Browse files
authored
feat(issue templates): Update with different styling
To make the Issues clearer to read
1 parent 56a3f87 commit 3899adf

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
---
22
name: "\U0001F41B Bug report"
33
about: Create a report to help us fix things
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

7-
**Describe the bug**
8-
A clear and concise description of what the bug is.
10+
## Describe the bug
11+
*A clear and concise description of what the bug is.*
912

10-
**To Reproduce**
13+
## To Reproduce
1114
Steps to reproduce the behavior:
12-
1. Go to '...'
13-
2. Click on '....'
14-
3. Scroll down to '....'
15-
4. See error
15+
*1. Go to '...'*
16+
*2. Click on '....'*
17+
*3. Scroll down to '....'*
18+
*4. See error*
1619

17-
**Expected behavior**
18-
A clear and concise description of what you expected to happen.
20+
## Expected behavior
21+
*A clear and concise description of what you expected to happen.*
1922

20-
**Screenshots**
21-
If applicable, add screenshots to help explain your problem.
23+
## Screenshots
24+
*If applicable, add screenshots to help explain your problem.*
2225

23-
**Smartphone (please complete the following information):**
26+
## Setup Information (please complete the following information):
27+
* Smartphone:
28+
* Pump type:
29+
* CGM type and CGM app:
30+
* Trio version, branch and git reference (see Trio Settings):
2431

25-
**Setup Information (please complete the following information):**
26-
* Pump type
27-
* CGM type and CGM app
28-
* Trio version, branch and git reference (see Trio Settings)
29-
30-
**Additional context**
31-
Add any other context about the problem here.
32+
## Additional context
33+
*Add any other context about the problem here.*
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
name: "\U0001F4A1 Feature request \U0001F4A1"
33
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

7-
**Is your feature request related to a problem? Please describe.**
8-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
## Is your feature request related to a problem? Please describe.
11+
*A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]*
912

10-
**Describe the solution you'd like**
11-
A clear and concise description of what you want to happen.
13+
## Describe the solution you'd like
14+
*A clear and concise description of what you want to happen.*
1215

13-
**Describe alternatives you've considered**
14-
A clear and concise description of any alternative solutions or features you've considered.
16+
## Describe alternatives you've considered
17+
*A clear and concise description of any alternative solutions or features you've considered.*
1518

16-
**Additional context**
17-
Add any other context or screenshots about the feature request here.
19+
## Additional context
20+
*Add any other context or screenshots about the feature request here.*

0 commit comments

Comments
 (0)