From 1c8c8d04e85fd5bb464829e210f87be3d278c805 Mon Sep 17 00:00:00 2001 From: endiliey Date: Wed, 13 Nov 2019 19:55:20 +0700 Subject: [PATCH] chore: automatically add labels to issues --- .github/ISSUE_TEMPLATE/bug.md | 1 + .github/ISSUE_TEMPLATE/documentation.md | 1 + .github/ISSUE_TEMPLATE/feature.md | 1 + .github/ISSUE_TEMPLATE/proposal.md | 1 + .github/ISSUE_TEMPLATE/question.md | 1 + 5 files changed, 5 insertions(+) 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' ---