From 64dd9dbb53db6fab01e756db6c77a9c107b499b1 Mon Sep 17 00:00:00 2001 From: dailidong Date: Fri, 18 Dec 2020 18:41:04 +0800 Subject: [PATCH] update bug template (#4260) --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +---- .github/ISSUE_TEMPLATE/question.md | 5 +---- .github/ISSUE_TEMPLATE/test.md | 24 ------------------------ 3 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/test.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 510e9b0a34..0103282ae3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,10 +7,7 @@ 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.* - +**For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! ** **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 4c8ec568dd..6fdb06ea6c 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -7,10 +7,7 @@ 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.* - +**For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! ** **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 deleted file mode 100644 index 3f8715351e..0000000000 --- a/.github/ISSUE_TEMPLATE/test.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Test -about: Test to enhance the robustness of this project -title: "[Test][Module Name] Test title" -labels: test -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. - -**What are the current deficiencies and the benefits of changing or adding this test** -- A clear and concise description of the current deficiencies, the benefits of changing or adding this test, and the scope involved. - -**Which version of DolphinScheduler:** - -[1.1.0-preview] - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions you've considered. \ No newline at end of file