-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
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,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 |