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
about: Report a bug or some unexpected behavior.
labels: bug
labels: Bug
---
<!--

View File

@ -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
---
<!--

View File

@ -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
---
<!--

View File

@ -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) -->