From 5708c980d1c05d5e72d981f69115780c09e11266 Mon Sep 17 00:00:00 2001 From: Tapas Kumar Senapati Date: Mon, 26 Sep 2022 11:37:01 +0530 Subject: [PATCH] Create pull request template file (#92) --- pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..020be5e --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,10 @@ +## Describe your changes + +## Internal Jira ticket number or external issue link + +## Testing procedure/screenshots(if appropriate): + +## Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] I have formatted my added/modified code to follow pep-8 standards +- [ ] I have checked suggestions from python linter to make sure code is of good quality.