This repository was archived by the owner on Oct 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 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+ ** Configuration**
26+ ``` properties
27+ # Add your application.properties here, if applicable.
28+
29+ ```
30+
31+ ** Screenshots**
32+ (If applicable, add screenshots to help explain your problem.)
33+
34+ ** Environment (please complete the following information):**
35+ - Output of ` uname -a ` or ` ver ` :
36+ - Output of ` java -version ` :
37+ - GraalVM version (if different from Java):
38+ - Doma-Quarkus version or git rev:
39+ - Doma version:
40+ - Quarkus version:
41+ - Build tool (ie. output of ` mvnw --version ` or ` gradlew --version ` ):
42+
43+ ** Additional context**
44+ (Add any other context about the problem here.)
Original file line number Diff line number Diff line change 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.)
You can’t perform that action at this time.
0 commit comments