Skip to content

Commit fd26c3e

Browse files
authored
restore state of CSA workflows from 4b6dcd8 (project-chip#48)
2 parents a0845c8 + a78a377 commit fd26c3e

File tree

98 files changed

+10981
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+10981
-40
lines changed

.github/.wordlist.txt

+1,634
Large diffs are not rendered by default.
+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
name: "\U0001F41B Bug report"
2+
description: Create a report to help Matter
3+
title: "[BUG] "
4+
labels: [bug, "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
55+
- python
56+
- raspi
57+
- vscode
58+
- windows
59+
- other
60+
- core
61+
validations:
62+
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.0.1, N/A"
69+
- type: textarea
70+
attributes:
71+
label: Anything else?
72+
description: |
73+
Links? References? Anything that will give us more context about the issue you are encountering!
74+
75+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
76+
validations:
77+
required: false
78+
- type: markdown
79+
attributes:
80+
value: "Thanks for submitting a bug!"
+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
name: "\u0030\u20e3 1.0 Issue"
2+
description: Create an issue that is required for Matter 1.0 release
3+
title: "[1.0] "
4+
labels: [bug, "V1.0", "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.0.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.0!"
+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
name: "\u0031\u20e3 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!"
+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
name: "\u0032\u20e3 1.2 Issue"
2+
description: Create an issue that is required for Matter 1.2 release
3+
title: "[1.2] "
4+
labels: [bug, "V1.2", "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.2, 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.2!"

0 commit comments

Comments
 (0)