Skip to content

Commit 18ec8a7

Browse files
documentation: Create PULL_REQUEST_TEMPLATE.md (#44)
documentation to add pull request template
1 parent f9e82b8 commit 18ec8a7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*Issue #, if available:*
2+
3+
*Description of changes:*
4+
5+
*Testing done:*
6+
7+
## Merge Checklist
8+
9+
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request._
10+
11+
#### General
12+
13+
- [ ] I have read the [CONTRIBUTING](https://github.com/aws-samples/serverless-dotnet-demo/blob/main/CONTRIBUTING.md) doc
14+
- [ ] I used the commit message format described in [CONTRIBUTING](https://github.com/aws-samples/serverless-dotnet-demo/blob/main/CONTRIBUTING.md)
15+
- [ ] I have updated any necessary documentation, including READMEs and comments (where appropriate)
16+
17+
#### Tests
18+
19+
- [ ] I have added tests that prove my fix is effective or that my feature works (if appropriate)
20+
- [ ] I have checked that my tests are not configured for a specific environment
21+
22+
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)