Commit bdfd55c3 authored by dev_sky's avatar dev_sky
Browse files

fix confilct

parents 3d04db11 6ecc95a3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] bug title "
title: "[Bug][Module Name] Bug title "
labels: bug
assignees: ''

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

@@ -32,5 +34,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.
+8 −1
Original line number Diff line number Diff line
---
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! *

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

**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 [...]

+24 −0
Original line number Diff line number Diff line
---
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! *

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

**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.
+6 −4
Original line number Diff line number Diff line
---
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: ''

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

@@ -19,5 +21,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.
+24 −0
Original line number Diff line number Diff line
---
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
Loading