Skip to content

Commit ff52696

Browse files
authored
Merge pull request #345 from lets-blade/improvement/issue_template
🔧 update github template
2 parents 13874ce + 1ad93d5 commit ff52696

File tree

4 files changed

+28
-15
lines changed

4 files changed

+28
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
2+
name: 🐛 Bug Report
3+
about: Report a general framework issue. help us improve this framework.
54
---
65

7-
**Describe the bug**
6+
- System Version (e.g. Mac Os 10.14.3):
7+
- Build tools (e.g. maven/gradle):
8+
- JDK Version (e.g. e.g `2.0.8-R1`):
9+
- Database Version:
10+
11+
### Describe the bug
812

913
A clear and concise description of what the bug is.
1014

11-
**To Reproduce**
15+
### To Reproduce
1216

1317
Steps to reproduce the behavior:
1418

@@ -17,14 +21,14 @@ Steps to reproduce the behavior:
1721
3. JDK version and blade version(e.g `2.0.8-R1`)
1822
4. See error
1923

20-
**Expected behavior**
24+
### Expected behavior:
2125

2226
A clear and concise description of what you expected to happen.
2327

24-
**Screenshots**
28+
### Screenshots:
2529

2630
If applicable, add screenshots to help explain your problem.
2731

28-
**Additional context**
32+
### Additional context:
2933

3034
Add any other context about the problem here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: 📚 Documentation Issue
3+
about: For documentation issues, open a pull request at https://github.com/lets-blade/lets-blade.github.io
4+
5+
---
6+
7+
The blade documentation has its own dedicated repository. Please open a pull request at https://github.com/lets-blade/lets-blade.github.io to correct the issue you have found.
8+
9+
Thanks!
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
2+
name: Feature Request
3+
about: For ideas or feature requests
44

55
---
66

7-
**Is your feature request related to a problem? Please describe.**
7+
### Is your feature request related to a problem? Please describe.**
88

99
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1010

11-
**Describe the solution you'd like**
11+
### Describe the solution you'd like
1212

1313
A clear and concise description of what you want to happen.
1414

15-
**Describe alternatives you've considered**
15+
### Describe alternatives you've considered**
1616

1717
A clear and concise description of any alternative solutions or features you've considered.
1818

19-
**Additional context**
19+
### Additional context
2020

2121
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/general_question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: General question
2+
name: 🍻 General Question
33
about: Template for asking question
44

55
---

0 commit comments

Comments
 (0)