From 9db208c7b48758b244b8f4a16bacc889b3b8baab Mon Sep 17 00:00:00 2001 From: Aditya Jetely Date: Sun, 6 Sep 2020 17:42:00 +0530 Subject: [PATCH 1/2] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..9fade834f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +# Description + +A short summary of what is included in your pull request + +Fixes #(issue_no) + +Replace `issue_no` in the above line with the issue related to this PR. + +## Type of change + +Choosing one or more options from the following as per the nature of your Pull request. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Documentation Update + +# Checklist: + +Please tick all the boxes that are fulfilled by your Pull request + +- [ ] I have named my files and folder according to this project's guidelines +- [ ] My code follows the style guidelines of this project +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have created a helpful and easy to understand `README.md` +- [ ] I have included a requirements.txt file(if external libraries are required) +- [ ] My changes dont produce any warnings. +- [ ] I have added a working sample/screenshot of the script From 747a80769dd479ca2e7012f0fe6fcd1026590374 Mon Sep 17 00:00:00 2001 From: Aditya Jetely Date: Sun, 6 Sep 2020 17:53:04 +0530 Subject: [PATCH 2/2] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..4e43cf689 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +# Description + + + +## Type of issue + +- [ ] Feature(New Script) +- [ ] Bug +- [ ] Documentation + +## Checklist: + +- [ ] I have read the project guidelines. +- [ ] I have checked all the existing projects before submitting a new project issue +- [ ] I have checked previous issues to avoid duplicates +- [ ] This issue will be meaningful for the project. + + + + +