Skip to content

Commit b913cfc

Browse files
committed
Add pull request template
1 parent b11e998 commit b913cfc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/pull-request-template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Uncomment one of the following lines as necessary. -->
2+
<!-- Fixes #<ISSUE_NUMBER> -->
3+
<!-- Resolves #<ISSUE_NUMBER> -->
4+
5+
## Checklist
6+
<!-- Change [ ] to [x] to indicate you acknowledge the check. -->
7+
- [ ] Pull requests follows the [contribution guide](https://github.com/graphql-java-kickstart/graphql-java-tools/wiki/Contribution-guide)
8+
- [ ] New or modified functionality is covered by tests
9+
10+
## Description
11+
<!-- Briefly describe how you resolved the issue or a bug. -->

0 commit comments

Comments
 (0)