diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 3a2669ceb8..221263f6ad 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,7 @@ --- name: 🐛 Bug Report about: Submit a bug report to help us improve +labels: 'bug, needs triage' --- ## 🐛 Bug Report diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 3ac913bd6e..bb10468807 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,6 +1,7 @@ --- name: 📚 Documentation about: Report an issue related to documentation +labels: 'documentation, needs triage' --- ## 📚 Documentation diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index cafa58a42b..df37453d5b 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,6 +1,7 @@ --- name: 🚀 Feature about: Submit a proposal/request for a new feature +labels: 'feature, needs triage' ---