Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update(issue templates): More readable styling and expansion of questions #202

Merged
merged 10 commits into from
May 30, 2024
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: ''
Sjoerd-Bo3 marked this conversation as resolved.
Show resolved Hide resolved

---

**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.*