Use correct labels in issue templates

This commit is contained in:
filoghost 2020-05-16 10:32:28 +02:00
parent ee9548f61c
commit 546320b020
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
name: 🐞 Bug report name: 🐞 Bug report
about: Report a bug or some unexpected behavior. about: Report a bug or some unexpected behavior.
labels: bug labels: Bug
--- ---
<!-- <!--

View File

@ -1,7 +1,7 @@
--- ---
name: 💡 Suggestion name: 💡 Suggestion
about: "Suggest a new feature or an improvement. ⚠ Note: suggestions have low priority, I will answer them only if possible." about: "Suggest a new feature or an improvement. ⚠ Note: suggestions have low priority, I will answer them only if possible."
labels: feature labels: Enhancement
--- ---
<!-- <!--

View File

@ -1,7 +1,7 @@
--- ---
name: 📝 Help request name: 📝 Help request
about: "Ask a question about the plugin. ⚠ Note: help requests have low priority, I will answer them only if possible." about: "Ask a question about the plugin. ⚠ Note: help requests have low priority, I will answer them only if possible."
labels: help labels: Help
--- ---
<!-- <!--

View File

@ -1,7 +1,7 @@
--- ---
name: 📚 Documentation improvement name: 📚 Documentation improvement
about: "Request an improvement for the official documention." about: "Request an improvement for the official documention."
labels: documentation labels: Documentation
--- ---
### Description ### Description
<!-- Describe what should be improved (and if possible, how) --> <!-- Describe what should be improved (and if possible, how) -->