Browse Source

[Feature][docs] Add the issue template according to the issue specification (#3185)

Co-authored-by: dailidong <dailidong66@gmail.com>
pull/3/MERGE
Yichao Yang 4 years ago committed by GitHub
parent
commit
aea702e3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 7
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 22
      .github/ISSUE_TEMPLATE/improvement_suggestion.md
  4. 8
      .github/ISSUE_TEMPLATE/question.md
  5. 22
      .github/ISSUE_TEMPLATE/test.md

4
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,7 +1,7 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: "[BUG] bug title " title: "[Bug][Module Name] Bug title "
labels: bug labels: bug
assignees: '' assignees: ''
@ -32,5 +32,5 @@ If applicable, add screenshots to help explain your problem.
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.
**Requirement or improvement **Requirement or improvement**
- Please describe about your requirements or improvement suggestions. - Please describe about your requirements or improvement suggestions.

7
.github/ISSUE_TEMPLATE/feature_request.md

@ -1,12 +1,17 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: "[Feature]" title: "[Feature][Module Name] Feature title"
labels: new feature labels: new feature
assignees: '' 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.** **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 [...] A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

22
.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.

8
.github/ISSUE_TEMPLATE/question.md

@ -1,7 +1,7 @@
--- ---
name: question name: Question
about: have a question wanted to be help about: Have a question wanted to be help
title: "[QUESTION] question title" title: "[Question] Question title"
labels: question labels: question
assignees: '' assignees: ''
@ -19,5 +19,5 @@ A clear and concise description of what the question is.
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.
**Requirement or improvement **Requirement or improvement**
- Please describe about your requirements or improvement suggestions. - Please describe about your requirements or improvement suggestions.

22
.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.
Loading…
Cancel
Save