From 9055bc437849993236806d3707e6ac83d55fefca Mon Sep 17 00:00:00 2001 From: Aditya Ashvin <53205379+AdityaAshvin@users.noreply.github.com> Date: Fri, 21 Aug 2020 11:27:41 +0530 Subject: [PATCH] Created a pull request template minor fixes --- .../pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..20496673 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,16 @@ +# Description + +Include a summary of the changes made and mention the issue it fixes. + +Fixes # (include the issue number here) + +# Checklist: + +- [ ] My code follows the [guidelines](https://github.com/ankitdobhal/Awesome-Python-Scripts/blob/master/Contribution.md) of this project. +- [ ] I have commented my code. +- [ ] I have performed a self-review of my own code. +- [ ] I have followed all the appropriate naming conventions. + +## Screenshots + +Add Screenshots here (if any)