-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
1 parent
b4d3e36
commit 23af4bb
Showing
8 changed files
with
273 additions
and
5 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
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,85 @@ | ||
name: "\U0001F3C3 Tooling Fix/Feature" | ||
description: Create an issue for a tooling specific fix/feature | ||
title: "[Platform] " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a an issue for our tooling, can you please please help us understand this change in this quick form? | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction steps / Feature | ||
description: "How do you trigger this issue and/or can you please explain this new feature? Please walk us through it step by step." | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
render: bash | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: What platforms are affected? | ||
multiple: true | ||
options: | ||
- ameba | ||
- android | ||
- cc13x2_cc26x2 | ||
- darwin | ||
- efr32 | ||
- esp32 | ||
- freeRTOS | ||
- IMX8 | ||
- k32w | ||
- nrf connect | ||
- nrf | ||
- python | ||
- raspi | ||
- vscode | ||
- windows | ||
- other | ||
- core (please add to version below) | ||
validations: | ||
required: true | ||
- type: input | ||
id: platform-versions | ||
attributes: | ||
label: Platform Version(s) | ||
description: "What platform version(s) are affected [optional]" | ||
placeholder: "eg: 1.0.1, N/A" | ||
- type: dropdown | ||
attributes: | ||
label: Type | ||
description: How was this tested? | ||
multiple: true | ||
options: | ||
- Unit tested | ||
- YAML tested | ||
- Manually tested with SDK | ||
- CI tested | ||
- Hardware validated | ||
- Platform validated | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: (Optional) If manually tested please explain why this is only manually tested | ||
description: | | ||
Please explain how you tested it | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about this! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for help our tooling!" |
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,85 @@ | ||
name: "\U0001F9F0 Platform Fix" | ||
description: Create an issue for a platform specific fix | ||
title: "[Platform] " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a an issue for a platform, can you please please help us understand this change in this quick form? | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction steps | ||
description: "How do you trigger this issue? Please walk us through it step by step." | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
render: bash | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: What platforms are affected? | ||
multiple: true | ||
options: | ||
- ameba | ||
- android | ||
- cc13x2_cc26x2 | ||
- darwin | ||
- efr32 | ||
- esp32 | ||
- freeRTOS | ||
- IMX8 | ||
- k32w | ||
- nrf connect | ||
- nrf | ||
- python | ||
- raspi | ||
- vscode | ||
- windows | ||
- other | ||
- core (please add to version below) | ||
validations: | ||
required: true | ||
- type: input | ||
id: platform-versions | ||
attributes: | ||
label: Platform Version(s) | ||
description: "What platform version(s) are affected [optional]" | ||
placeholder: "eg: 1.0.1, N/A" | ||
- type: dropdown | ||
attributes: | ||
label: Type | ||
description: How was this tested? | ||
multiple: true | ||
options: | ||
- Unit tested | ||
- YAML tested | ||
- Manually tested with SDK | ||
- CI tested | ||
- Hardware validated | ||
- Platform validated | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: (Optional) If manually tested please explain why this is only manually tested | ||
description: | | ||
Please explain how you tested it | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about this! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for submitting a platform issue!" |
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,98 @@ | ||
name: "\U0001F3C3 Trivial Fix" | ||
description: Create an issue for a trivial fix | ||
title: "[Trivial] " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a trivial fix, can you please please help us understand this change in this quick form? | ||
- type: dropdown | ||
attributes: | ||
label: Type | ||
description: What type of trivial fix is this? | ||
multiple: true | ||
options: | ||
- Comment fix | ||
- Typo fix | ||
- Rename | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Explanation | ||
description: "(Optional) If other, why do you think this is trivial?" | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
render: bash | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: What platforms are affected? | ||
multiple: true | ||
options: | ||
- all | ||
- ameba | ||
- android | ||
- cc13x2_cc26x2 | ||
- darwin | ||
- efr32 | ||
- esp32 | ||
- freeRTOS | ||
- IMX8 | ||
- k32w | ||
- nrf connect | ||
- nrf | ||
- python | ||
- raspi | ||
- vscode | ||
- windows | ||
- other | ||
- core (please add to version below) | ||
validations: | ||
required: true | ||
- type: input | ||
id: platform-versions | ||
attributes: | ||
label: Platform Version(s) | ||
description: "What platform version(s) are affected [optional]" | ||
placeholder: "eg: 1.0.1, N/A" | ||
- type: dropdown | ||
attributes: | ||
label: Type | ||
description: How was this tested? | ||
multiple: true | ||
options: | ||
- Unit tested | ||
- YAML tested | ||
- Manually tested with SDK | ||
- CI tested | ||
- Hardware validated | ||
- Platform validated | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: (Optional) If manually tested please explain why this is only manually tested | ||
description: | | ||
Please explain how you tested it | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about this! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for submitting a trivial issue!" |
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