Skip to content

Commit fca2eda

Browse files
authored
Add issue templates (#307)
1 parent aedee55 commit fca2eda

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## Bug Description
10+
11+
A clear description of what the bug is.
12+
13+
## Expected Behavior
14+
15+
What you expected to happen.
16+
17+
## Actual Behavior
18+
19+
What actually happened.
20+
21+
## Steps to Reproduce
22+
23+
1.
24+
2.
25+
3.
26+
27+
## Environment
28+
29+
- Version:
30+
- Java version:
31+
- OS:
32+
33+
## Additional Context
34+
35+
Any other relevant information.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Enhancement
3+
about: Suggest an enhancement or new feature
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## Enhancement Description
10+
11+
A clear description of the enhancement or feature you'd like to see.
12+
13+
## Use Case
14+
15+
Describe the use case or problem this enhancement would solve.
16+
17+
## Proposed Solution
18+
19+
Describe how you envision this working (if you have ideas).
20+
21+
## Additional Context
22+
23+
Any other relevant information.

0 commit comments

Comments
 (0)