Skip to content

Commit

Permalink
Updating our issue template to add build issue, and fancier emoji! 🧙🏻 (
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Aug 10, 2023
1 parent f43e437 commit 1568114
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/002-1.0-issue.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "\U0001F680 1.0 Issue"
name: "\u0030\u20e3 1.0 Issue"
description: Create an issue that is required for Matter 1.0 release
title: "[1.0] "
labels: [bug, "V1.0", "needs triage"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/003-1.1-issue.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "\U0001F680 1.1 Issue"
name: "\u0031\u20e3 1.1 Issue"
description: Create an issue that is required for Matter 1.1 release
title: "[1.1] "
labels: [bug, "V1.1", "needs triage"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/004-1.2-issue.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "\U0001F680 1.2 Issue"
name: "\u0032\u20e3 1.2 Issue"
description: Create an issue that is required for Matter 1.2 release
title: "[1.2] "
labels: [bug, "V1.2", "needs triage"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/005-1.3-issue.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "\U0001F680 1.3 Issue"
name: "\u0033\u20e3 1.3 Issue"
description: Create an issue that is required for Matter 1.3 release
title: "[1.3] "
labels: [bug, "V1.3", "needs triage"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/050-tooling-fix.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "\U0001F3C3 Tooling Fix/Feature"
name: "\U0001F9F0 Tooling Fix/Feature"
description: Create an issue for a tooling specific fix/feature
title: "[Tooling] "
labels: ["tools", "needs triage"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/060-platform-fix.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "\U0001F9F0 Platform Fix"
name: "\U0001F3D7 Platform Fix"
description: Create an issue for a platform specific fix
title: "[Platform] "
labels: ["platform", "needs triage"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/091-cert-blocker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "\U0001F41B Cert Blocker"
name: "\U0001F4DC Cert Blocker"
description: Create a report to identify matter certification blockers
title: "[CERT-BLOCKER] "
labels: [bug, "cert blocker", "needs triage"]
Expand Down
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/098-build-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: "\U0001F6E0 Build Issue"
description: Build issue
title: "[Build] "
labels: ["build issue", "needs triage"]
body:
- type: markdown
attributes:
value: |
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.
- type: textarea
id: repro
attributes:
label: Build issue(s)
description: "What are the build issues? Please include links to failed jobs if possible."
value: |
1.
2.
3.
...
validations:
required: true
- type: dropdown
attributes:
label: Platform
description: What platforms are affected?
multiple: true
options:
- ameba
- android
- cc13x2_cc26x2
- darwin
- efr32
- esp32
- freeRTOS
- IMX8
- k32w
- nrf connect
- nrf
- python
- raspi
- vscode
- windows
- other
- core (please add to version below)
- all
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: markdown
attributes:
value: "Thanks for helping improve our builds"

0 comments on commit 1568114

Please sign in to comment.