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