From 8ba362071023d5f22cba6c2c927283a33250a0af Mon Sep 17 00:00:00 2001 From: Yichao Yang <1048262223@qq.com> Date: Mon, 20 Jul 2020 07:24:12 +0800 Subject: [PATCH] [Improvement] Add the issue specifications reference (#3221) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ .github/ISSUE_TEMPLATE/improvement_suggestion.md | 2 ++ .github/ISSUE_TEMPLATE/question.md | 2 ++ .github/ISSUE_TEMPLATE/test.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 11751bd184..510e9b0a34 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,6 +9,8 @@ assignees: '' *For better global communication, please give priority to using English description, thx! * +*Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.* + **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 eb71fc3bbd..4053490497 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,6 +9,8 @@ assignees: '' *For better global communication, please give priority to using English description, thx! * +*Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.* + **Describe the feature** A clear and concise description of what the feature is. diff --git a/.github/ISSUE_TEMPLATE/improvement_suggestion.md b/.github/ISSUE_TEMPLATE/improvement_suggestion.md index 44f8f48e8b..9376e20418 100644 --- a/.github/ISSUE_TEMPLATE/improvement_suggestion.md +++ b/.github/ISSUE_TEMPLATE/improvement_suggestion.md @@ -9,6 +9,8 @@ assignees: '' *For better global communication, please give priority to using English description, thx! * +*Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.* + **Describe the question** A clear and concise description of what the improvement is. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 891aff292b..4c8ec568dd 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -9,6 +9,8 @@ assignees: '' *For better global communication, please give priority to using English description, thx! * +*Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.* + **Describe the question** A clear and concise description of what the question is. diff --git a/.github/ISSUE_TEMPLATE/test.md b/.github/ISSUE_TEMPLATE/test.md index 59a5b61a64..3f8715351e 100644 --- a/.github/ISSUE_TEMPLATE/test.md +++ b/.github/ISSUE_TEMPLATE/test.md @@ -9,6 +9,8 @@ assignees: '' *For better global communication, please give priority to using English description, thx! * +*Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.* + **Describe the question** A clear and concise description of what the test part is.