| name: "\U0001F4A1 Feature Request" |
| description: Create an feature to be considered future release |
| title: "[Feature] " |
| body: |
| - type: markdown |
| attributes: |
| value: | |
| Thanks for submitting a feature request to the Matter SDK! We need information about the feature to follow up, so please help us out by filling out this information. |
| - type: textarea |
| id: repro |
| attributes: |
| label: Feature description |
| description: "What feature are you looking to add? Please walk us through it!" |
| value: | |
| ... |
| validations: |
| required: true |
| - 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 |
| 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 new feature request." |