Skip to content

Pull Request Template

Frank Siderio edited this page Mar 22, 2018 · 1 revision

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
Clone this wiki locally