From 0f517f59584363ee37e5d85e797ae0fde7ec7c58 Mon Sep 17 00:00:00 2001 From: LIN Date: Wed, 9 Mar 2022 10:15:48 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 6 +++++- .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7a457276e..1e60c1854 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,12 @@ --- -name: Bug report +name: Bug report about: Help us to improve this project +title: '' +labels: bug +assignees: caifeizhi --- + **Please check the FAQ documentation before raising an issue** Please check the old issues before raising an issue in case someone has asked the same question that you are asking. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..4680beeb4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: new feature +assignees: caifeizhi ---