From 50e7c364bf1cc2d7823a0171bd7491bd30e18121 Mon Sep 17 00:00:00 2001 From: Harita Patel Date: Fri, 20 Dec 2024 09:28:48 -0600 Subject: [PATCH] [ISV-3828] As a developer, I have a template for opening code reviews with a checklist. (#761) * [ISV-3828] Add pull request template. * Update the template. --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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..96488766d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Merge Request Checklists + +- [ ] Development is done in feature branches +- [ ] Code changes are submitted as pull request into a primary branch [Provide reason for non-primary branch submissions] +- [ ] Code changes are covered with unit and integration tests. +- [ ] Code passes all automated code tests: + - [ ] Linting + - [ ] Code formatter - Black + - [ ] Security scanners + - [ ] Unit tests + - [ ] Integration tests +- [ ] Code is reviewed by at least 1 team member +- [ ] Pull request is tagged with "risk/good-to-go" label for minor changes \ No newline at end of file