Skip to content

Commit 86a14e8

Browse files
author
Rob Adams
authored
Add pull request template (#298)
1 parent ce2b578 commit 86a14e8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
Please delete options that are not relevant.
10+
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] This change requires a documentation update
15+
16+
## Checklist:
17+
18+
- [ ] Typespecs updated
19+
- [ ] Module documentation updated
20+
- [ ] Tests were added or updated to cover changes
21+
- [ ] Commits have been squashed into a single coherent commit
22+
23+
## Licensing/Copyright
24+
25+
**By submitting this PR, you agree to the following statement, please read before submission!**
26+
27+
I certify that I own, and have sufficient rights to contribute, all source code and
28+
related material intended to be compiled or integrated with the source code for Bootleg
29+
(the "Contribution"). My Contribution is licensed under the MIT License.
30+
31+
NOTE: If you submit a PR and remove the statement above, your PR will be rejected. For your PR to be
32+
considered, it must contain your agreement to license under the MIT license.

0 commit comments

Comments
 (0)