From b66f9a569c3468a31944a8afb451c2a38b5a369d Mon Sep 17 00:00:00 2001 From: bhaumikmistry Date: Wed, 13 Nov 2019 12:24:32 -0500 Subject: [PATCH] feat add pull request template for future contribution guide --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/pull_request_template.md 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