Justin Wood | b97ab51 | 2023-07-07 17:47:02 -0700 | [diff] [blame] | 1 | name: "\U0001F4DC Test Case Failure / Cert Blocker" |
| 2 | description: Create a report to identify matter certification test failures |
| 3 | title: "[CERT-TEST-FAILURE] " |
Justin Wood | 22bbc06 | 2023-06-20 13:10:31 -0400 | [diff] [blame] | 4 | labels: [bug, "cert blocker", "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 cert blocker to follow up, so please help us out by filling out this information. |
Justin Wood | b97ab51 | 2023-07-07 17:47:02 -0700 | [diff] [blame] | 10 | - type: dropdown |
| 11 | attributes: |
| 12 | label: Feature Area |
| 13 | description: What feature area is the test failing in? |
| 14 | multiple: true |
| 15 | options: |
| 16 | - Area:AirPurifiers |
| 17 | - Area:AirQualitySensor |
| 18 | - Area:ConcentrationMeasurement |
| 19 | - Area:DeviceAppearance |
| 20 | - Area:Dishwashers |
| 21 | - Area:DoorLockEnhancements |
| 22 | - Area:EventList |
| 23 | - Area:ICDPhase2 |
| 24 | - Area:ModeSelect |
| 25 | - Area:OperationalState |
| 26 | - Area:Refrigerators |
| 27 | - Area:RobotVacuums |
| 28 | - Area:RoomAirConditioner |
| 29 | - Area:Scenes |
| 30 | - Area:SmokeCO2 |
| 31 | - Area:TemperatureControlledCabinet |
| 32 | - Area:TimeSync |
| 33 | - Other |
| 34 | validations: |
| 35 | required: true |
| 36 | - type: input |
| 37 | id: testcase |
| 38 | attributes: |
| 39 | label: Test Case |
| 40 | description: "Which test case is failing?" |
| 41 | placeholder: "TC-XXXX" |
| 42 | validations: |
| 43 | required: true |
Justin Wood | 22bbc06 | 2023-06-20 13:10:31 -0400 | [diff] [blame] | 44 | - type: textarea |
| 45 | id: repro |
| 46 | attributes: |
| 47 | label: Reproduction steps |
| 48 | description: "How do you trigger this bug? Please walk us through it step by step." |
| 49 | placeholder: | |
| 50 | Please list reproduction steps step by step. |
| 51 | Place shell commands between ```. |
| 52 | Attach logs as files instead of pasting them in. |
| 53 | 1. |
| 54 | 2. |
| 55 | 3. |
| 56 | ... |
| 57 | validations: |
| 58 | required: true |
| 59 | - type: input |
| 60 | id: prevalence |
| 61 | attributes: |
| 62 | label: Bug prevalence |
| 63 | description: "How often do you or others encounter this bug?" |
| 64 | placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc" |
| 65 | validations: |
| 66 | required: true |
| 67 | - type: input |
| 68 | attributes: |
| 69 | label: GitHub hash of the SDK that was being used |
| 70 | description: Hash of the GitHub SDK used |
| 71 | validations: |
| 72 | required: true |
| 73 | - type: dropdown |
| 74 | attributes: |
| 75 | label: Platform |
| 76 | description: What platforms are affected? |
| 77 | multiple: true |
| 78 | options: |
| 79 | - ameba |
| 80 | - android |
| 81 | - cc13x2_cc26x2 |
| 82 | - darwin |
| 83 | - efr32 |
| 84 | - esp32 |
| 85 | - freeRTOS |
| 86 | - IMX8 |
| 87 | - k32w |
| 88 | - nrf |
| 89 | - python |
| 90 | - raspi |
| 91 | - vscode |
| 92 | - windows |
| 93 | - other |
| 94 | - core |
| 95 | validations: |
| 96 | required: true |
Justin Wood | 22bbc06 | 2023-06-20 13:10:31 -0400 | [diff] [blame] | 97 | - type: textarea |
| 98 | attributes: |
| 99 | label: Anything else? |
| 100 | description: | |
| 101 | Links? References? Anything that will give us more context about the issue you are encountering! |
| 102 | |
| 103 | Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 104 | validations: |
| 105 | required: false |
| 106 | - type: markdown |
| 107 | attributes: |
Justin Wood | b97ab51 | 2023-07-07 17:47:02 -0700 | [diff] [blame] | 108 | value: "Thanks for submitting a test case/cert blocker!" |