From 837753f78daf1d6741c401e37059fe72595253f6 Mon Sep 17 00:00:00 2001 From: haripate Date: Thu, 19 Dec 2024 19:20:40 -0600 Subject: [PATCH 1/2] [ISV-3828] Add pull request 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..09ae99dfa --- /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 \ No newline at end of file From 6c62cac6bbe59ceb915900350a8a98aafa3be147 Mon Sep 17 00:00:00 2001 From: haripate Date: Fri, 20 Dec 2024 09:01:50 -0600 Subject: [PATCH 2/2] Update the template. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 09ae99dfa..96488766d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,4 +10,4 @@ - [ ] Unit tests - [ ] Integration tests - [ ] Code is reviewed by at least 1 team member -- [ ] Pull request is tagged with "risk/good-to-go" label \ No newline at end of file +- [ ] Pull request is tagged with "risk/good-to-go" label for minor changes \ No newline at end of file