From dd63a72dabf279c11501b94f0bdaccd26661cee6 Mon Sep 17 00:00:00 2001 From: An Tao Date: Tue, 1 Mar 2022 13:58:37 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 9 ++++++++- .github/ISSUE_TEMPLATE/feature_request.md | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index feba31da..4a2a3b8e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,17 @@ --- name: Bug report about: Create a report to help us improve -labels: +title: '' +labels: '' +assignees: '' --- +**Notice** +If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at [gitter](https://gitter.im/drogon-web/community) + +Please create a new issue only if you think you have found a bug or if have a feature request/enhancement. + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 751cb5de..952bb213 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,17 @@ --- name: Feature request about: Suggest an idea for this project -labels: +title: '' +labels: '' +assignees: '' --- +**Notice** +If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at [gitter](https://gitter.im/drogon-web/community) + +Please create a new issue only if you think you have found a bug or if have a feature request/enhancement. + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]