Skip to content

Commit

Permalink
Updating types
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Sep 7, 2022
1 parent b4d3e36 commit 23af4bb
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/100-documentation-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ body:
required: false
- type: markdown
attributes:
value: "Thanks for submitting a documentation issue!"
value: "Thanks for helping improve our documentation."
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-1.0-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ body:
required: false
- type: markdown
attributes:
value: "Thanks for submitting a bug!"
value: "Thanks for helping us get to 1.0!"
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-sve-1.0-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ body:
required: false
- type: markdown
attributes:
value: "Thanks for submitting a bug!"
value: "Thanks for helping our SVE!"
85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/50-tooling-fix.yaml
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!"
85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/60-platform-fix.yaml
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!"
98 changes: 98 additions & 0 deletions .github/ISSUE_TEMPLATE/70-trivial-fix.yaml
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!"
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/80-feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ body:
required: false
- type: markdown
attributes:
value: "Thanks for submitting a feature request."
value: "Thanks for submitting a new feature request."
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/99-github-workflow-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ body:
required: false
- type: markdown
attributes:
value: "Thanks for submitting a workflow issue!"
value: "Thanks for helping improve our development workflows"

0 comments on commit 23af4bb

Please sign in to comment.