mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use GitHub Issue Templates to assign labels (#53356)
This commit is contained in:
parent
7a130d5446
commit
44b347aef5
3 changed files with 3 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 🐛 Bug report
|
||||
about: Create a report to help us improve
|
||||
labels: bug
|
||||
---
|
||||
<!--- Verify first that your issue is not already reported on GitHub -->
|
||||
<!--- Also test if the latest release and devel branch are affected too -->
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 📝 Documentation Report
|
||||
about: Ask us about docs
|
||||
labels: docs
|
||||
---
|
||||
<!--- Verify first that your improvement is not already reported on GitHub -->
|
||||
<!--- Also test if the latest release and devel branch are affected too -->
|
||||
|
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: ✨ Feature request
|
||||
about: Suggest an idea for this project
|
||||
labels: feature
|
||||
---
|
||||
<!--- Verify first that your feature was not already discussed on GitHub -->
|
||||
<!--- Complete *all* sections as described, this form is processed automatically -->
|
||||
|
|
Loading…
Reference in a new issue