diff options
author | Valery Piashchynski <[email protected]> | 2021-01-19 13:58:24 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-19 13:58:24 +0300 |
commit | b633ac35245e255d9936457c7d4c9d8261735ab6 (patch) | |
tree | 49c411688dbe5010265c7e1d6a38890768a139cd /.github/pull_request_template.md | |
parent | b934cc5e46e8b8ce92cacc4fe0094603992706f2 (diff) |
Create pull_request_template.md
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c3467850 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +# Reason for This PR + +`[Author TODO: add issue # or explain reasoning.]` + +## Description of Changes + +`[Author TODO: add description of changes.]` + +## License Acceptance + +By submitting this pull request, I confirm that my contribution is made under +the terms of the MIT license. + +## PR Checklist + +`[Author TODO: Meet these criteria.]` +`[Reviewer TODO: Verify that these criteria are met. Request changes if not]` + +- [ ] All commits in this PR are signed (`git commit -s`). +- [ ] The reason for this PR is clearly provided (issue no. or explanation). +- [ ] The description of changes is clear and encompassing. +- [ ] Any required documentation changes (code and docs) are included in this PR. +- [ ] Any user-facing changes are mentioned in `CHANGELOG.md`. +- [ ] All added/changed functionality is tested. |