mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2025-01-12 02:50:37 +01:00
Use correct labels in issue templates
This commit is contained in:
parent
ee9548f61c
commit
546320b020
2
.github/ISSUE_TEMPLATE/1-bug.md
vendored
2
.github/ISSUE_TEMPLATE/1-bug.md
vendored
@ -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
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/2-feature.md
vendored
2
.github/ISSUE_TEMPLATE/2-feature.md
vendored
@ -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
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/3-help.md
vendored
2
.github/ISSUE_TEMPLATE/3-help.md
vendored
@ -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
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/4-documentation.md
vendored
2
.github/ISSUE_TEMPLATE/4-documentation.md
vendored
@ -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) -->
|
||||||
|
Loading…
Reference in New Issue
Block a user