From 36d85a600fd760f6387858ec105563451eeafd99 Mon Sep 17 00:00:00 2001 From: johnnyhou327 <31071594+johnnyhou327@users.noreply.github.com> Date: Sat, 24 Aug 2019 17:45:21 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/general-questions.md | 2 +- .github/ISSUE_TEMPLATE/performance-related-questions.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e39a1b9da7..52f988c2cf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug Report about: Create a report to help us improve title: '' -labels: '' +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 36154b7dd6..b004aac4a9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest an idea for this project title: '' -labels: '' +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/general-questions.md b/.github/ISSUE_TEMPLATE/general-questions.md index 9992883c4b..314bb47483 100644 --- a/.github/ISSUE_TEMPLATE/general-questions.md +++ b/.github/ISSUE_TEMPLATE/general-questions.md @@ -2,7 +2,7 @@ name: General Questions about: General questions about TDengine's usage, user experiences, milestones etc. title: '' -labels: '' +labels: help wanted, question assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/performance-related-questions.md b/.github/ISSUE_TEMPLATE/performance-related-questions.md index ed100d4ea0..b36f7c6dc3 100644 --- a/.github/ISSUE_TEMPLATE/performance-related-questions.md +++ b/.github/ISSUE_TEMPLATE/performance-related-questions.md @@ -2,7 +2,7 @@ name: Performance-related Questions about: Any questions related to TDengine's performance. title: '' -labels: '' +labels: performance assignees: '' --- -- GitLab