From 3899adf6ed7bb499a95d080c1b21703ff63acbbf Mon Sep 17 00:00:00 2001 From: Sjoerd-Bo3 Date: Thu, 16 May 2024 22:36:07 +0200 Subject: [PATCH] feat(issue templates): Update with different styling To make the Issues clearer to read --- .github/ISSUE_TEMPLATE/bug-report.md | 40 ++++++++++++----------- .github/ISSUE_TEMPLATE/feature-request.md | 19 ++++++----- 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5b34e25d4..47a9f6ff0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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.* diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index fe0989ed8..daaea9916 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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.*