Skip to content

Commit

Permalink
Merge pull request #496 from hmrc/TGP-2670/Update-PR-checklists-to-re…
Browse files Browse the repository at this point in the history
…flect-Ways-of-working-changes

TGP-2670: updated checklist template for PR
  • Loading branch information
besscerule authored Oct 14, 2024
2 parents c1c6ec2 + fd8fa60 commit 302848b
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,43 @@
# Checklist for developers before reviewing
- [ ] I have merged in main
- [ ] I have run `sbt prePR` to run all tests, format and check the code coverage
- [ ] I have assigned the PR to me
- [ ] I have run `sbt prePR` to run all tests, format and check the code coverage
- [ ] I have written unit tests to cover any code that I wrote, where necessary
- [ ] I have ran the microservices with the latest SM2 config
- [ ] I have linked tickets to any TODOs I have written
- [ ] I have run the microservices with the latest SM2 config
- [ ] I have checked all the Acceptance Criteria pass
- [ ] I have run the pipeline journey tests
- [ ] I have run the local journey tests
- [ ] I have spoken to the QAs about any changes that may need to be made to the journey tests OR no changes to the journey tests are necessary
- [ ] I have moved the ticket to Review in Jira
- [ ] I have left a message in tgp-prs on slack to alert other Devs that this ticket is ready for review
- [ ] I have checked my PR is not in draft mode

# Checklist for reviewer 1
- [ ] I have added an emoji to the relevant message in tgp-prs to show I am reviewing
- [ ] I have checked out the branch
- [ ] I have run the microservices with the latest SM2 config
- [ ] I have checked all the Acceptance Criteria pass
- [ ] I reviewed the code and left comments where necessary
- [ ] I have left a message on the relevant tgp-prs message to show that I have finished reviewing

# Checklist for reviewer 2
- [ ] I have added an emoji to the relevant message in tgp-prs to show I am reviewing
- [ ] I have checked out the branch
- [ ] I have run the microservices with the latest SM2 config
- [ ] I have checked all the Acceptance Criteria pass
- [ ] I reviewed the code and left comments where necessary
- [ ] I have left a message on the relevant tgp-prs message to show that I have finished reviewing

# Checklist for developers before merging
- [ ] The PR has been approved by 2 other developers
- [ ] I have merged in main
- [ ] I have run `sbt preMerge' to run all tests, check formatting and code coverage
- [ ] I have ran the microservices with the latest SM2 config
- [ ] I have run `sbt preMerge` to run all tests, check formatting and code coverage
- [ ] I have run the microservices with the latest SM2 config
- [ ] I have checked all the Acceptance Criteria pass
- [ ] I have checked that the QAs have merged in any changes to the journey tests
- [ ] I have run the pipeline journey tests
- [ ] I have run the local journey tests
- [ ] I have spoken to the QAs about any changes that may need to be made to the journey tests OR no changes to the journey tests are necessary

# Reminders for developers after merging
1. Wait for pipeline to pass
Expand Down

0 comments on commit 302848b

Please sign in to comment.