mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-26 03:55:40 +01:00
Use correct labels in issue templates
This commit is contained in:
parent
c65adb4cee
commit
4ab7f5bcaa
2
.github/ISSUE_TEMPLATE/1-bug.md
vendored
2
.github/ISSUE_TEMPLATE/1-bug.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 🐞 Bug report
|
||||
about: Report a bug or some unexpected behavior.
|
||||
labels: bug
|
||||
labels: Bug
|
||||
---
|
||||
<!--
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/2-feature.md
vendored
2
.github/ISSUE_TEMPLATE/2-feature.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 💡 Suggestion
|
||||
about: "Suggest a new feature or an improvement. ⚠ Note: suggestions have low priority, I will answer them only if possible."
|
||||
labels: feature
|
||||
labels: Enhancement
|
||||
---
|
||||
<!--
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/3-help.md
vendored
2
.github/ISSUE_TEMPLATE/3-help.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 📝 Help request
|
||||
about: "Ask a question about the plugin. ⚠ Note: help requests have low priority, I will answer them only if possible."
|
||||
labels: help
|
||||
labels: Help
|
||||
---
|
||||
<!--
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/4-documentation.md
vendored
2
.github/ISSUE_TEMPLATE/4-documentation.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 📚 Documentation improvement
|
||||
about: "Request an improvement for the official documention."
|
||||
labels: documentation
|
||||
labels: Documentation
|
||||
---
|
||||
### Description
|
||||
<!-- Describe what should be improved (and if possible, how) -->
|
||||
|
Loading…
Reference in New Issue
Block a user