-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from nightscout/dev
Trio Release 0.2.0
- Loading branch information
Showing
3,188 changed files
with
16,985 additions
and
342,120 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* @dnzxy @bjornoleh @MikePlante1 @aug0211 @AndreasStokholm @Sjoerd-Bo3 @t1dude | ||
*.js @dnzxy @bjornoleh @MikePlante1 @aug0211 @AndreasStokholm @Sjoerd-Bo3 @t1dude @jeremystorring |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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.* | ||
|
||
## 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* | ||
|
||
## Expected behavior | ||
*A clear and concise description of what you expected to happen.* | ||
|
||
## Screenshots | ||
*If applicable, add screenshots to help explain your problem.* | ||
|
||
## Setup Information (please complete the following information): | ||
|
||
### Smartphone: | ||
* Hardware: *[e.g. iPhone 15 Pro]* | ||
* OS Version: *[e.g. iOS 17.5]* | ||
|
||
### 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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "🆘 Individual troubleshooting help: Please go to the Discord Trio Server" | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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. | ||
*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 | ||
*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 | ||
*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 | ||
*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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: 8. DONT RUN Add bugs to bugs project | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add issue to project | ||
runs-on: ubuntu-latest | ||
if: github.repository_owner == 'nightscout' | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
# You can target a project in a different organization | ||
# to the issue | ||
project-url: https://github.com/orgs/nightscout/projects/2 | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | ||
labeled: bug, needs-triage | ||
label-operator: OR | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.