You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/091-cert-blocker.yaml
+38-10
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,46 @@
1
-
name: "\U0001F4DC Cert Blocker"
2
-
description: Create a report to identify matter certification blockers
3
-
title: "[CERT-BLOCKER] "
1
+
name: "\U0001F4DCTest Case Failure / Cert Blocker"
2
+
description: Create a report to identify matter certification test failures
3
+
title: "[CERT-TEST-FAILURE] "
4
4
labels: [bug, "cert blocker", "needs triage"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
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.
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
10
44
- type: textarea
11
45
id: repro
12
46
attributes:
@@ -60,12 +94,6 @@ body:
60
94
- core
61
95
validations:
62
96
required: true
63
-
- type: input
64
-
id: platform-versions
65
-
attributes:
66
-
label: Platform Version(s)
67
-
description: "What platform version(s) are affected [optional]"
68
-
placeholder: "eg: 1.2.1, N/A"
69
97
- type: textarea
70
98
attributes:
71
99
label: Anything else?
@@ -77,4 +105,4 @@ body:
77
105
required: false
78
106
- type: markdown
79
107
attributes:
80
-
value: "Thanks for submitting a cert blocker!"
108
+
value: "Thanks for submitting a test case/cert blocker!"
Thanks for reporting an issue against the Matter SDK's tests! 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: Test issue(s)
14
+
description: "What are the tests that failed? Please include links to failed jobs if possible."
15
+
value: |
16
+
1.
17
+
2.
18
+
3.
19
+
...
20
+
validations:
21
+
required: true
22
+
- type: dropdown
23
+
attributes:
24
+
label: Platform
25
+
description: What platforms are affected?
26
+
multiple: true
27
+
options:
28
+
- ameba
29
+
- android
30
+
- cc13x2_cc26x2
31
+
- darwin
32
+
- efr32
33
+
- esp32
34
+
- freeRTOS
35
+
- IMX8
36
+
- k32w
37
+
- nrf connect
38
+
- nrf
39
+
- python
40
+
- raspi
41
+
- vscode
42
+
- windows
43
+
- other
44
+
- core (please add to version below)
45
+
- all
46
+
validations:
47
+
required: false
48
+
- type: textarea
49
+
attributes:
50
+
label: Anything else?
51
+
description: |
52
+
Links? References? Anything that will give us more context about the issue you are encountering!
53
+
54
+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
0 commit comments