Skip to content

Commit cbc97c6

Browse files
author
weiye
committed
添加issue模板
1 parent ba4c260 commit cbc97c6

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: Create a report to help us improve
4+
title: "[BUG] bug title "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
*For better global communication, please give priority to using English description, thx! *
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior, for example:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
29+
**Which version of DataX Web:**
30+
-[2.1.1]
31+
32+
**Additional context**
33+
Add any other context about the problem here.
34+
35+
**Requirement or improvement
36+
- Please describe about your requirements or improvement suggestions.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature Request"
3+
about: Suggest an idea for this project
4+
title: "[Feature]"
5+
labels: new feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U0001F914 Question"
3+
about: have a question wanted to be help
4+
title: "[QUESTION] question title"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
*For better global communication, please give priority to using English description, thx! *
11+
12+
**Describe the question**
13+
A clear and concise description of what the question is.
14+
15+
16+
**Which version of DataX Web:**
17+
-[2.1.1]
18+
19+
**Additional context**
20+
Add any other context about the problem here.
21+
22+
**Requirement or improvement
23+
- Please describe about your requirements or improvement suggestions.

0 commit comments

Comments
 (0)