diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7ee1c4e3ad682..c852fd7f9b394 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B Bug Report" about: Something isn't working as expected - +labels: type/bug --- ## Bug Report diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index daf7f8e8c899c..47fca73625d64 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: "\U0001F680 Feature Request" about: I have a suggestion - +labels: type/enhancement --- ## Feature Request diff --git a/.github/ISSUE_TEMPLATE/general-question.md b/.github/ISSUE_TEMPLATE/general-question.md index 22c9478417525..87d424d51779a 100644 --- a/.github/ISSUE_TEMPLATE/general-question.md +++ b/.github/ISSUE_TEMPLATE/general-question.md @@ -1,7 +1,7 @@ --- name: "\U0001F914 General Question" about: Usage question that isn't answered in docs or discussion - +labels: question --- ## General Question diff --git a/.github/ISSUE_TEMPLATE/performance-questions.md b/.github/ISSUE_TEMPLATE/performance-questions.md index 053386ac55c21..9eb5551161544 100644 --- a/.github/ISSUE_TEMPLATE/performance-questions.md +++ b/.github/ISSUE_TEMPLATE/performance-questions.md @@ -1,6 +1,7 @@ --- name: "\U0001F947 Performance Questions" about: Performance question about TiDB which is not caused by bug. +labels: question, type/performance --- ## Performance Questions