Pull Request Template - marist-sga/documentation GitHub Wiki
Please include this message with any major pull requests you make so that the reviewer knows what you have done, as well as for your own process.
I have:
- [ ] Commented my code (and maybe commented some jokes too)
- [ ] Written clean/simple code
- [ ] Code follows the style guide
- [ ] Included appropriate commit messages with my logical commits
- [ ] Made sure my page runs on desktop
- [ ] Made sure my page runs on mobile
- [ ] I have used only Models and no `DB` calls
- [ ] I have created a migration for my models and included an appropriate `down()` method