|
| 1 | +name: "\U0001F680 1.1 Issue" |
| 2 | +description: Create an issue that is required for Matter 1.1 release |
| 3 | +title: "[1.1] " |
| 4 | +labels: [bug, "V1.1", "needs triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + 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. |
| 10 | + - type: textarea |
| 11 | + id: repro |
| 12 | + attributes: |
| 13 | + label: Reproduction steps |
| 14 | + description: "How do you trigger this bug? Please walk us through it step by step." |
| 15 | + placeholder: | |
| 16 | + Please list reproduction steps step by step. |
| 17 | + Place shell commands between ```. |
| 18 | + Attach logs as files instead of pasting them in. |
| 19 | + 1. |
| 20 | + 2. |
| 21 | + 3. |
| 22 | + ... |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: input |
| 26 | + id: prevalence |
| 27 | + attributes: |
| 28 | + label: Bug prevalence |
| 29 | + description: "How often do you or others encounter this bug?" |
| 30 | + placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc" |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: input |
| 34 | + attributes: |
| 35 | + label: GitHub hash of the SDK that was being used |
| 36 | + description: Hash of the GitHub SDK used |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: dropdown |
| 40 | + attributes: |
| 41 | + label: Platform |
| 42 | + description: What platforms are affected? |
| 43 | + multiple: true |
| 44 | + options: |
| 45 | + - ameba |
| 46 | + - android |
| 47 | + - cc13x2_cc26x2 |
| 48 | + - darwin |
| 49 | + - efr32 |
| 50 | + - esp32 |
| 51 | + - freeRTOS |
| 52 | + - IMX8 |
| 53 | + - k32w |
| 54 | + - nrf connect |
| 55 | + - nrf |
| 56 | + - python |
| 57 | + - raspi |
| 58 | + - vscode |
| 59 | + - windows |
| 60 | + - other |
| 61 | + - core |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + - type: input |
| 65 | + id: platform-versions |
| 66 | + attributes: |
| 67 | + label: Platform Version(s) |
| 68 | + description: "What platform version(s) are affected [optional]" |
| 69 | + placeholder: "eg: 1.1, N/A" |
| 70 | + - type: dropdown |
| 71 | + attributes: |
| 72 | + label: Type |
| 73 | + description: What type of issue is this? |
| 74 | + multiple: true |
| 75 | + options: |
| 76 | + - Test Improvement |
| 77 | + - Common Cluster Logic |
| 78 | + - Spec Compliance Issue |
| 79 | + - Security Issue |
| 80 | + - Platform Issue |
| 81 | + - Core SDK Memory Issue |
| 82 | + - Core SDK Crash |
| 83 | + - Core SDK Performance Improvement |
| 84 | + - Core SDK Interopability Issue |
| 85 | + validations: |
| 86 | + required: true |
| 87 | + - type: textarea |
| 88 | + attributes: |
| 89 | + label: Anything else? |
| 90 | + description: | |
| 91 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 92 | +
|
| 93 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 94 | + validations: |
| 95 | + required: false |
| 96 | + - type: markdown |
| 97 | + attributes: |
| 98 | + value: "Thanks for helping us get to 1.1!" |
0 commit comments