diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..038ba8842 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +#### Description of Change + + +#### Checklist + + +- [ ] Added description of change +- [ ] Added tests and example, test passes +- [ ] Relevant documentation/comments is changed or added +- [ ] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTION.md#Commit-Guidelines) +- [ ] Search previous suggestions before making a new one, as yours may be a duplicate. +- [ ] Sort by alphabetical order +- [ ] I acknowledge that all my contributions will be made under the project's license. + +Notes: \ No newline at end of file