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 8ba3620 [Improvement] Add the issue specifications reference (#3221)
8ba3620 is described below
commit 8ba362071023d5f22cba6c2c927283a33250a0af
Author: Yichao Yang <[email protected]>
AuthorDate: Mon Jul 20 07:24:12 2020 +0800
[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 11751bd..510e9b0 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 eb71fc3..4053490 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 44f8f48..9376e20 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 891aff2..4c8ec56 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 59a5b61..3f87153 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.