This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new aea702e [Feature][docs] Add the issue template according to the issue
specification (#3185)
aea702e is described below
commit aea702e3d4279859ee803c305be78390058e8be3
Author: Yichao Yang <[email protected]>
AuthorDate: Sun Jul 12 08:42:55 2020 +0800
[Feature][docs] Add the issue template according to the issue specification
(#3185)
Co-authored-by: dailidong <[email protected]>
---
.github/ISSUE_TEMPLATE/bug_report.md | 4 ++--
.github/ISSUE_TEMPLATE/feature_request.md | 7 ++++++-
.github/ISSUE_TEMPLATE/improvement_suggestion.md | 22 ++++++++++++++++++++++
.github/ISSUE_TEMPLATE/question.md | 8 ++++----
.github/ISSUE_TEMPLATE/test.md | 22 ++++++++++++++++++++++
5 files changed, 56 insertions(+), 7 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
index dc797cf..11751bd 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
-title: "[BUG] bug title "
+title: "[Bug][Module Name] Bug title "
labels: bug
assignees: ''
@@ -32,5 +32,5 @@ If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
-**Requirement or improvement
+**Requirement or improvement**
- Please describe about your requirements or improvement suggestions.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
index 8cd481d..eb71fc3 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,12 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
-title: "[Feature]"
+title: "[Feature][Module Name] Feature title"
labels: new feature
assignees: ''
---
+*For better global communication, please give priority to using English
description, thx! *
+
+**Describe the feature**
+A clear and concise description of what the feature is.
+
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
diff --git a/.github/ISSUE_TEMPLATE/improvement_suggestion.md
b/.github/ISSUE_TEMPLATE/improvement_suggestion.md
new file mode 100644
index 0000000..44f8f48
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/improvement_suggestion.md
@@ -0,0 +1,22 @@
+---
+name: Improvement suggestion
+about: Improvement suggestion for this project
+title: "[Improvement][Module Name] Improvement title"
+labels: improvement
+assignees: ''
+
+---
+
+*For better global communication, please give priority to using English
description, thx! *
+
+**Describe the question**
+A clear and concise description of what the improvement is.
+
+**What are the current deficiencies and the benefits of improvement**
+- A clear and concise description of the current deficiencies and the benefits
of this improvement.
+
+**Which version of DolphinScheduler:**
+ -[1.1.0-preview]
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative improvement solutions
you've considered.
diff --git a/.github/ISSUE_TEMPLATE/question.md
b/.github/ISSUE_TEMPLATE/question.md
index 59c8ce7..891aff2 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -1,7 +1,7 @@
---
-name: question
-about: have a question wanted to be help
-title: "[QUESTION] question title"
+name: Question
+about: Have a question wanted to be help
+title: "[Question] Question title"
labels: question
assignees: ''
@@ -19,5 +19,5 @@ A clear and concise description of what the question is.
**Additional context**
Add any other context about the problem here.
-**Requirement or improvement
+**Requirement or improvement**
- Please describe about your requirements or improvement suggestions.
diff --git a/.github/ISSUE_TEMPLATE/test.md b/.github/ISSUE_TEMPLATE/test.md
new file mode 100644
index 0000000..59a5b61
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/test.md
@@ -0,0 +1,22 @@
+---
+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! *
+
+**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