From 71d36534df0088596c6502c0dcfb6726cbe15e5b Mon Sep 17 00:00:00 2001 From: jinhai Date: Wed, 8 Jul 2020 21:39:22 +0800 Subject: [PATCH] Update template Signed-off-by: jinhai --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/documentation-request.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ .github/ISSUE_TEMPLATE/general-question.md | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 2 +- 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 40cf60f3dd..140eb420ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +**Please state you issue using the following template and, most importantly, in English.** + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md index 133fb9e1e9..503ecd3e64 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.md +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -7,7 +7,7 @@ assignees: '' --- -## Report incorrect documentation +**Please state you issue using the following template and, most importantly, in English.** **Location of incorrect documentation** Provide links and line numbers if applicable. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 01bceb3321..33c748bebc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,8 @@ assignees: '' --- +**Please state you issue using the following template and, most importantly, in English.** + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. E.g. I wish I could use Milvus to do [...] diff --git a/.github/ISSUE_TEMPLATE/general-question.md b/.github/ISSUE_TEMPLATE/general-question.md index d49fce1817..44d288abf8 100644 --- a/.github/ISSUE_TEMPLATE/general-question.md +++ b/.github/ISSUE_TEMPLATE/general-question.md @@ -7,4 +7,6 @@ assignees: '' --- +**Please state you issue using the following template and, most importantly, in English.** + **What is your question?** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9208271ebc..2f29cafc34 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ **What type of PR is this?** -API-change / bug / improvement / documentation / feature +API-change / BUG / Improvement / Documentation / Feature **Which branch you want to cherry-pick to?**