Skip to content

Commit

Permalink
chore(meta): make pr template yell at you about migrations more
Browse files Browse the repository at this point in the history
I keep forgetting this :)
  • Loading branch information
tsa96 committed Sep 3, 2024
1 parent c08d7fb commit 437a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Closes #<!--(issue number here)-->

### Checks

- [ ] __!! DONT IGNORE ME !! I have ran `nx run db:create-migration <name>` and committed the migration if I've made DB schema changes__
- [ ] I have included/updated tests where applicable (see [Testing](https://github.com/momentum-mod/website/wiki/Testing))
- [ ] I have ran `nx run db:create-migration` and committed the migration if I've made DB schema changes
- [ ] I have followed [semantic commit messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) e.g. `feat: Add foo`, `chore: Update bar`, etc...
- [ ] My branch has a clear history of changes that can be easy to follow when being reviewed commit-by-commit
- [ ] My branch is functionally complete; the only changes to be done will be those potentially requested in code review
Expand Down

0 comments on commit 437a9b3

Please sign in to comment.