From 4bbb18f902e65190c085f646a58ddf698c98831b Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 12 Nov 2020 09:45:37 +0800 Subject: [PATCH] Make the issues template can keep comment section Always clean the unnecessary part of issues template is really a boring thing. But we can just keep it by using comment syntax of markdown Signed-off-by: rick --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6820106a8..042d691de 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,16 +3,16 @@ name: Bug report about: Create a report to help us improve --- -## English only! + **Describe the Bug** A clear and concise description of what the bug is.