Remove tagging devs requirement to code review

This commit is contained in:
Erin Song 2024-12-30 10:44:12 -08:00
parent 5909a7cb49
commit 4a97525129
No known key found for this signature in database
3 changed files with 7 additions and 50 deletions

View file

@ -4,7 +4,6 @@ Pull requests should be titled in the format of `#issue_number: Descriptive name
Pull requests including a migration should be suffixed with ` - MIGRATION`
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.