Skip to content

Commit

Permalink
Merge pull request #202 from Sjoerd-Bo3/feat/issue-templates
Browse files Browse the repository at this point in the history
Update(issue templates): More readable styling and expansion of questions
  • Loading branch information
bjornoleh committed May 30, 2024
2 parents 5310235 + 005f5fa commit fd5ff68
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 28 deletions.
59 changes: 40 additions & 19 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,52 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us fix things
title: ''
labels: ['bug', 'needs-triage']
assignees: ''
projects: ['nightscout/2']

---
## Describe the bug
*A clear and concise description of what the bug is. Describe what you see versus what you expect to see.*

**Describe the bug**
A clear and concise description of what the bug is.
## Attach a Log
*Tap the Trio settings icon at the bottom of the screen, then tap 'Share logs' on the bottom of the list and attach it to this ticket.*

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## To Reproduce
*Steps to reproduce the behavior:*
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):

**Setup Information (please complete the following information):**
* Pump type
* CGM type and CGM app
* Trio version, branch and git reference (see Trio Settings)
### Smartphone:
* Hardware: *[e.g. iPhone 15 Pro]*
* OS Version: *[e.g. iOS 17.5]*

**Additional context**
Add any other context about the problem here.
### Pump:
* Manufacturer: *[e.g. Insulet]*
* Model: *[e.g. Omnipod Dash or Eros]*

### CGM:
* Device: *[e.g. Dexcom G7]*
* Manager app: *[e.g. Dexcom App or xDrip4iOS]*

### Trio Version:
* Version Number: *[e.g. 1.9.2]*
* Repo: *nightscout/trio*
* Git Reference: *[e.g. commit hash]*

## Technical Details
*If applicable, provide any technical details that might help in diagnosing the problem. This could include logs, error messages, or relevant configuration details.*

## Additional context
*Add any other context about the problem here.*
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: "🆘 Individual troubleshooting help: Please go to the Discord Trio Server"
url: https://discord.gg/fCY5svg4
url: https://discord.com/invite/FnwFEFUwXE
about: Are you having an issue with your individual setup? Please first go to the Discord Trio Server and post there, with details of your setup (App version, pump, CGM, and CGM app) and the issue you are observing
26 changes: 18 additions & 8 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
---
name: "\U0001F4A1 Feature request \U0001F4A1"
about: Suggest an idea for this project
title: ''
labels: ['enhancement', 'needs-triage']
assignees: ''
projects: ['nightscout/2']

---

**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.
*Provide a clear and concise description of the problem. Explain how this issue affects your experience with the Trio app and any specific scenarios where it occurs.*

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
## Describe the solution you'd like
*Detail the desired change or feature you'd like to see implemented in the Trio app. Be specific about how this solution would improve your experience and address the problem described above.*

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
## Describe alternatives you've considered
*List and describe any alternative solutions or features you've considered that could also address the problem. Explain why you believe the proposed solution is the best option.*

**Additional context**
Add any other context or screenshots about the feature request here.
## Additional context
*Include any other context, screenshots, or relevant information that might help in understanding the issue or the proposed solution. If applicable, describe any previous discussions or decisions that relate to this feature request.*

## Technical Details
*If applicable, provide any technical details or considerations that might impact the implementation of this feature. This could include dependencies, potential risks, or required changes to existing functionalities.*

## User Impact
*(Optional) Describe the impact of this issue on your use of the Trio app. Include any specific examples or data that demonstrate how widespread or severe the problem is.*

0 comments on commit fd5ff68

Please sign in to comment.