Skip to content

Commit

Permalink
Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 17, 2023
1 parent 28a2420 commit 56fd7b5
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,24 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: type
attributes:
label: Where do you suspect the issue?
description: Is it a UI bug in nRF Mesh or an issue in the mesh library?
options:
- Issue in mesh library, e.g. packets being dropped
- Mesh related issue in nRF Mesh, e.g. sending vendor messages doesn't work
- UI issue in nRF Mesh app, e.g. button is not clickable
- Other
default: 0
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
description: What version of our product are you running?
options:
- 4.0.1 (Latest)
- 4.0.0
Expand All @@ -35,4 +48,8 @@ body:
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
render: text
- type: markdown
attributes:
value: |
If you need to attach a file, create the issue and add it as a comment.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/QUESTION.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Question
description: Ask a question related to nRF Mesh app or library.
labels: ["question"]
body:
- type: markdown
attributes:
value: |
For questions related to Bluetooth® Mesh, nRF Connect SDK, nRF5 SDK for Mesh and other Nordic's products use [DevZone](https://devzone.nordicsemi.com/).
- type: dropdown
id: version
attributes:
label: Version
description: What version of our product are you running?
options:
- 4.0.1 (Latest)
- 4.0.0
- 3.2.0
default: 0
validations:
required: false
- type: textarea
id: question
attributes:
label: Ask the question
description: How can we help?
placeholder: How do I...?
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: text

0 comments on commit 56fd7b5

Please sign in to comment.