mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-02 01:03:28 +02:00
Create code review guide
This commit is contained in:
parent
f9e60ac237
commit
f10b4d8285
2 changed files with 7 additions and 1 deletions
6
docs/dev-practices/code_review.md
Normal file
6
docs/dev-practices/code_review.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Code Review
|
||||
|
||||
After creating a pull request, pull request submitters should:
|
||||
- Add at least 2 developers as PR reviewers (only 1 will need to approve)
|
||||
- Message on Slack or in standup to notify the team that a PR is ready for review
|
||||
- If any model was updated to modify/add/delete columns, run makemigrations and commit the associated migrations file.
|
Loading…
Add table
Add a link
Reference in a new issue