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.