Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating our issue template to add build issue, and fancier emoji! 🧙🏻 #27404

Merged
merged 6 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"