diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e39a1b9da7692cf8dc7bbc80f309aec1175465e6..52f988c2cffe5ad58d1ffd6ea45a1457df08805d 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 36154b7dd64173f6699358c4beaeb7a52edbebf6..b004aac4a970d09a7934e9f9931b008545dd0b48 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 9992883c4b4592a9e33fb85adabb97eb0522dd7f..314bb47483009d3c46d7c89bf0c8392cde6d2c3e 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 ed100d4ea026966ad5efcfd18f78c04e56d761a0..b36f7c6dc3a6c0600434c95a5223511a789401be 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: '' ---