Skip to content

Commit

Permalink
Merge branch master into develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsusid committed Sep 15, 2022
2 parents 9ed8031 + eb683da commit 1d94d37
Show file tree
Hide file tree
Showing 823 changed files with 77,025 additions and 57,543 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"BUILD_VERSION": "0.5.89"
"BUILD_VERSION": "0.5.99"
}
},
"remoteUser": "vscode",
Expand Down
2 changes: 2 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ bootable
Bootloader
BorderRouterAP
bouffalolab
Bouffalolab
BRD
breakpoint
bredr
Expand Down Expand Up @@ -253,6 +254,7 @@ ClusterTestGeneration
cmake
CMakeLists
CMD
CMS
CMSIS
CMVH
cn
Expand Down
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: "\U0001F41B Bug report"
description: Create a report to help Matter
title: "[BUG] "
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
1.
2.
3.
...
render: bash
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
validations:
required: true
- type: input
attributes:
label: GitHub hash of the SDK that was being used
description: Hash of the GitHub SDK used
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
- python
- raspi
- vscode
- windows
- other
- core
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: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
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 bug!"
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/100-documentation-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: "\U0001F5BA Documentation Issue"
description: Create an issue to improve documentation
title: "[Documentation] "
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Documentation issues
description: "What updates to documentation are needed?"
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: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
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 helping improve our documentation."
95 changes: 95 additions & 0 deletions .github/ISSUE_TEMPLATE/2-1.0-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
name: "\U0001F680 1.0 Issue"
description: Create an issue that is required for Matter 1.0 release
title: "[1.0] "
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
1.
2.
3.
...
render: bash
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
validations:
required: true
- type: input
attributes:
label: GitHub hash of the SDK that was being used
description: Hash of the GitHub SDK used
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
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: What type of issue is this?
multiple: true
options:
- Test Improvement
- Common Cluster Logic
- Spec Compliance Issue
- Security Issue
- Platform Issue
- Core SDK Memory Issue
- Core SDK Crash
- Core SDK Performance Improvement
- Core SDK Interopability Issue
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
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 helping us get to 1.0!"
116 changes: 116 additions & 0 deletions .github/ISSUE_TEMPLATE/3-sve-1.0-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
name: "\U0001F9EA SVE Issue"
description: Create an issue that is required for SVE
title: "[SVE] "
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
1.
2.
3.
...
render: bash
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
validations:
required: true
- type: input
attributes:
label: GitHub hash of the SDK that was being used
description: Hash of the GitHub SDK used
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: What type of issue is this?
multiple: true
options:
- Test Improvement
- Common Cluster Logic
- Spec Compliance Issue
- Security Issue
- Platform Issue
- Core SDK Memory Issue
- Core SDK Crash
- Core SDK Performance Improvement
- Core SDK Interopability Issue
validations:
required: true
- 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 the issue you are encountering!
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 helping our SVE!"
Loading

0 comments on commit 1d94d37

Please sign in to comment.