✅ Label bug reports
This commit is contained in:
parent
921198e81c
commit
b962014087
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: 🪲 Report a bug
|
name: 🪲 Report a bug
|
||||||
description: Create a bug report to help improve Marlin Firmware
|
description: Create a bug report to help improve Marlin Firmware
|
||||||
title: "[BUG] (bug summary)"
|
title: "[BUG] (bug summary)"
|
||||||
|
labels: 'Bug: Potential ?'
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
1
.github/workflows/clean-closed.yml
vendored
1
.github/workflows/clean-closed.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
- "S: Please Merge"
|
- "S: Please Merge"
|
||||||
- "S: Please Test"
|
- "S: Please Test"
|
||||||
- "help wanted"
|
- "help wanted"
|
||||||
|
- "Bug: Potential ?"
|
||||||
- "Needs: Discussion"
|
- "Needs: Discussion"
|
||||||
- "Needs: Documentation"
|
- "Needs: Documentation"
|
||||||
- "Needs: More Data"
|
- "Needs: More Data"
|
||||||
|
|
Loading…
Reference in a new issue