Skip to content

Commit

Permalink
feat(issue templates): Update with different styling
Browse files Browse the repository at this point in the history
To make the Issues clearer to read
  • Loading branch information
Sjoerd-Bo3 authored May 16, 2024
1 parent 56a3f87 commit 3899adf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
40 changes: 21 additions & 19 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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.*
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -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.*

0 comments on commit 3899adf

Please sign in to comment.