From 753e16ce6c44a359d6cb40cfb40d08e1fe2fff35 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Thu, 4 Apr 2024 11:03:04 +0200 Subject: [PATCH 1/2] Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 6 +++++ .github/ISSUE_TEMPLATE/feature-request.md | 17 +++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..bac0d8981 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,31 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us fix things + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**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. + +**Smartphone (please complete the following information):** + +**Setup Information (please complete the following information):** +* Pump type +* CGM type and CGM app +* Open-iAPS version, branch and git reference (see Open-iAPS Settings) + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..8b90f0aab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +blank_issues_enabled: false +contact_links: + - name: "🆘 Individual troubleshooting help: Please go to the Discord Open-iAPS - Server" + url: https://discord.gg/dbe5Twav8D + about: Are you having an issue with your individual setup? Please first go to the Discord Open-iAPS - Server and post there, with details of your setup (App version, pump, CGM and CGM app) and the issue you are observing + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..fe0989ed8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,17 @@ +--- +name: "\U0001F4A1 Feature request \U0001F4A1" +about: Suggest an idea for this project + +--- + +**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 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. From 41dc90a92c89c2199e3b60429452153754052382 Mon Sep 17 00:00:00 2001 From: bjornoleh <63544115+bjornoleh@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:36:02 +0200 Subject: [PATCH 2/2] Update config.yml - minor symbol changes - addition of missing Oxford comma copied from https://github.com/nightscout/open-iaps-oref/commit/d76ed489da9dca2b20f008a1f0ef681724f68486 by @tmhastings --- .github/ISSUE_TEMPLATE/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8b90f0aab..0f47c592c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,5 @@ blank_issues_enabled: false contact_links: - - name: "🆘 Individual troubleshooting help: Please go to the Discord Open-iAPS - Server" + - name: "🆘 Individual troubleshooting help: Please go to the Discord Open-iAPS Server" url: https://discord.gg/dbe5Twav8D - about: Are you having an issue with your individual setup? Please first go to the Discord Open-iAPS - Server and post there, with details of your setup (App version, pump, CGM and CGM app) and the issue you are observing - + about: Are you having an issue with your individual setup? Please first go to the Discord Open-iAPS Server and post there, with details of your setup (App version, pump, CGM, and CGM app) and the issue you are observing