From 44b347aef515c7da225ec905380c936efe4d0bb6 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 5 Mar 2019 19:45:22 +0000 Subject: [PATCH] Use GitHub Issue Templates to assign labels (#53356) --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/documentation_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a582f76084d..c1066a2ad5a 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 --- diff --git a/.github/ISSUE_TEMPLATE/documentation_report.md b/.github/ISSUE_TEMPLATE/documentation_report.md index dcb8af67d47..9fbaba86a6e 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 --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 033d0feb9a5..8d7fc7e4ffb 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 ---