Skip to content

Commit 3eefe57

Browse files
authored
Update issue templates (#504)
* Update issue templates [skip ci] * Format
1 parent 03f1674 commit 3eefe57

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
(Describe the problem clearly and concisely.)
12+
13+
**Expected behavior**
14+
(Describe the expected behavior clearly and concisely.)
15+
16+
**Actual behavior**
17+
(Describe the actual behavior clearly and concisely.)
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior:
21+
1.
22+
2.
23+
3.
24+
25+
**Screenshots**
26+
(If applicable, add screenshots to help explain your problem.)
27+
28+
**Environment (please complete the following information):**
29+
- Doma version or git rev:
30+
- Output of `java -version`:
31+
- Build tool (ie. output of `mvnw --version` or `gradlew --version`):
32+
33+
**Additional context**
34+
(Add any other context about the problem here.)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
(Describe the feature here.)
12+
13+
**Implementation ideas**
14+
(If you have any implementation ideas, they can go here)

0 commit comments

Comments
 (0)