Skip to content

Commit 1108854

Browse files
woody-applepull[bot]
authored andcommitted
Updating our issue template to add build issue, and fancier emoji! 🧙🏻 (#27404)
1 parent e57b662 commit 1108854

8 files changed

+66
-7
lines changed

.github/ISSUE_TEMPLATE/002-1.0-issue.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F680 1.0 Issue"
1+
name: "\u0030\u20e3 1.0 Issue"
22
description: Create an issue that is required for Matter 1.0 release
33
title: "[1.0] "
44
labels: [bug, "V1.0", "needs triage"]

.github/ISSUE_TEMPLATE/003-1.1-issue.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F680 1.1 Issue"
1+
name: "\u0031\u20e3 1.1 Issue"
22
description: Create an issue that is required for Matter 1.1 release
33
title: "[1.1] "
44
labels: [bug, "V1.1", "needs triage"]

.github/ISSUE_TEMPLATE/004-1.2-issue.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F680 1.2 Issue"
1+
name: "\u0032\u20e3 1.2 Issue"
22
description: Create an issue that is required for Matter 1.2 release
33
title: "[1.2] "
44
labels: [bug, "V1.2", "needs triage"]

.github/ISSUE_TEMPLATE/005-1.3-issue.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F680 1.3 Issue"
1+
name: "\u0033\u20e3 1.3 Issue"
22
description: Create an issue that is required for Matter 1.3 release
33
title: "[1.3] "
44
labels: [bug, "V1.3", "needs triage"]

.github/ISSUE_TEMPLATE/050-tooling-fix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F3C3 Tooling Fix/Feature"
1+
name: "\U0001F9F0 Tooling Fix/Feature"
22
description: Create an issue for a tooling specific fix/feature
33
title: "[Tooling] "
44
labels: ["tools", "needs triage"]

.github/ISSUE_TEMPLATE/060-platform-fix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F9F0 Platform Fix"
1+
name: "\U0001F3D7 Platform Fix"
22
description: Create an issue for a platform specific fix
33
title: "[Platform] "
44
labels: ["platform", "needs triage"]

.github/ISSUE_TEMPLATE/091-cert-blocker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F41B Cert Blocker"
1+
name: "\U0001F4DC Cert Blocker"
22
description: Create a report to identify matter certification blockers
33
title: "[CERT-BLOCKER] "
44
labels: [bug, "cert blocker", "needs triage"]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: "\U0001F6E0 Build Issue"
2+
description: Build issue
3+
title: "[Build] "
4+
labels: ["build issue", "needs triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for reporting an issue against the Matter SDK's builds! 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: Build issue(s)
14+
description: "What are the build issues? 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.
55+
validations:
56+
required: false
57+
- type: markdown
58+
attributes:
59+
value: "Thanks for helping improve our builds"

0 commit comments

Comments
 (0)