Skip to content

Commit 47cf102

Browse files
committed
Added issue template
1 parent 3c5d51d commit 47cf102

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Expected Behavior
2+
3+
4+
## Actual Behavior
5+
6+
7+
## Steps to Reproduce the Problem
8+
9+
1.
10+
1.
11+
1.
12+
13+
## Specifications
14+
15+
- Spring Data DynamoDB Version:
16+
- Spring Data Version:
17+
- AWS SDK Version:
18+
- Java Version:
19+
- Platform Details:
20+
21+
All those information are logged by `org.socialsignin.spring.data.dynamodb.repository.cdi.DynamoDBRepositoryBean` on `INFO` level on startup.
22+
Or use `java -version` and `mvn dependency:tree | grep -E 'spring|aws'` to provide those version numbers.
23+

0 commit comments

Comments
 (0)