diff options
author | John R Barker <john@johnrbarker.com> | 2019-03-05 19:45:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 19:45:22 +0000 |
commit | 44b347aef515c7da225ec905380c936efe4d0bb6 (patch) | |
tree | 2bbe1b90f68ba3d06a96884c9bdae5c46d406b4e | |
parent | 7a130d5446147fecd602c5759f0ac5b38ef5b07d (diff) | |
download | ansible-44b347aef515c7da225ec905380c936efe4d0bb6.tar.gz |
Use GitHub Issue Templates to assign labels (#53356)
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation_report.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a582f76084..c1066a2ad5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 --> diff --git a/.github/ISSUE_TEMPLATE/documentation_report.md b/.github/ISSUE_TEMPLATE/documentation_report.md index dcb8af67d4..9fbaba86a6 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.md +++ b/.github/ISSUE_TEMPLATE/documentation_report.md @@ -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 --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 033d0feb9a..8d7fc7e4ff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 --> |