Skip to content

Commit d8c5577

Browse files
authored
update: github issue template (#714)
* update: github issue template
1 parent bdc498c commit d8c5577

File tree

4 files changed

+50
-16
lines changed

4 files changed

+50
-16
lines changed
Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Report an issue to help the project improve.
44
title: ''
55
labels: bug
66
assignees: ''
77

88
---
99

10-
**Describe the bug**
10+
## Describe the bug
11+
1112
A clear and concise description of what the bug is.
1213

13-
**To Reproduce**
14+
### To Reproduce
15+
1416
Steps to reproduce the behavior:
17+
1518
1. Go to '...'
1619
2. Click on '....'
1720
3. Scroll down to '....'
1821
4. See error
1922

20-
**Expected behavior**
23+
### Expected behavior
24+
2125
A clear and concise description of what you expected to happen.
2226

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
27+
### Screenshots
28+
29+
If applicable, add screenshots or video to help explain your problem.
30+
31+
### Platform
2532

26-
**Platform (please complete the following information):**
27-
- Device: [e.g. Desktop, Mobile]
28-
- OS: [e.g. macOS]
29-
- Browser [e.g. chrome, safari]
30-
- Version [e.g. 22]
33+
- Device: [e.g. Desktop, Mobile]
34+
- OS: [e.g. macOS]
35+
- Browser and version: [e.g. Chrome, Safari]
36+
- Version: [e.g. v1.2.0]

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Support
4+
url: https://answer.apache.org/community
5+
about: Contact us if you have any questions while using.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Enhancement request
3+
about: Suggest an enhancement for this project. Improve an existing feature.
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Is your enhancement request related to a problem? Please describe
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
## Describe the solution you'd like
15+
16+
A clear and concise description of what you want to happen.
17+
18+
## Describe alternatives you've considered
19+
20+
A clear and concise description of any alternative solutions or features you've considered.
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Suggest an idea or possible new feature for this project.
44
title: ''
5-
labels: enhancement
5+
labels: feature
66
assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
10+
## Is your feature request related to a problem? Please describe
11+
1112
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1213

13-
**Describe the solution you'd like**
14+
## Describe the solution you'd like
15+
1416
A clear and concise description of what you want to happen.
1517

16-
**Describe alternatives you've considered**
18+
## Describe alternatives you've considered
19+
1720
A clear and concise description of any alternative solutions or features you've considered.

0 commit comments

Comments
 (0)