Skip to content

Commit

Permalink
[ISV-3828] As a developer, I have a template for opening code reviews…
Browse files Browse the repository at this point in the history
… with a checklist. (#761)

* [ISV-3828] Add pull request template.

* Update the template.
  • Loading branch information
haripate authored Dec 20, 2024
1 parent 39cbd86 commit 50e7c36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 50e7c36

Please sign in to comment.