Create code review guide

This commit is contained in:
Erin Song 2024-10-03 10:33:45 -07:00
parent f9e60ac237
commit f10b4d8285
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View 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.