mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-23 07:11:20 +01:00
Automatically add enhancement label to issues
This commit is contained in:
parent
9dfbca3f81
commit
f0641abf2e
5
.github/ISSUE_TEMPLATE/bug-report.md
vendored
5
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,6 +1,9 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: An error that happens in the plugin.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
@ -28,4 +31,4 @@ about: An error that happens in the plugin.
|
||||
### Additional context
|
||||
[Add any other context or screenshots about the feature request here.]
|
||||
|
||||
[And Delete the lines in square brackets!]
|
||||
[And Delete the lines in square brackets!]
|
||||
|
5
.github/ISSUE_TEMPLATE/enhancement.md
vendored
5
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@ -1,6 +1,9 @@
|
||||
---
|
||||
name: Enhancement
|
||||
about: Request a feature or suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
@ -16,4 +19,4 @@ about: Request a feature or suggest an idea for this project
|
||||
#### Additional context
|
||||
[Add any other context or screenshots about the feature request here.]
|
||||
|
||||
[And Delete the lines in square brackets!]
|
||||
[And Delete the lines in square brackets!]
|
||||
|
Loading…
Reference in New Issue
Block a user