Skip to content

Commit 96d2bd9

Browse files
committed
chore(github): Added PULL_REQUEST_TEMPLATE.md
1 parent bf4ff56 commit 96d2bd9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
*Issue #, if available:*
2+
3+
*Description of changes:*
4+
5+
*Check points: (check or cross out if not relevant)*
6+
7+
- [ ] Added new tests to cover change, if needed
8+
- [ ] Build succeeds with all target using Swift Package Manager
9+
- [ ] All unit tests pass
10+
- [ ] All integration tests pass
11+
- [ ] Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
12+
- [ ] Documentation update for the change if required
13+
- [ ] PR title conforms to conventional commit style
14+
- [ ] If breaking change, documentation/changelog update with migration instructions
15+
16+
*DataStore checkpoints (check when completed)*
17+
18+
- [ ] Ran AWSDataStorePluginIntegrationTests (includes V2 and CPK)
19+
- [ ] Ran AWSDataStorePluginAuthIntegrationTests (includes MultiAuth, Cognito Auth, IAM Auth)
20+
21+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)