Last active
August 29, 2015 14:07
-
-
Save raahede/c0c8947fac4e84452dec to your computer and use it in GitHub Desktop.
Pull request checklist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- [ ] **FILES**: I have looked through `Files changed` for general errors | |
- [ ] **SCSS**: I have looked through my SCSS for general style guide consistency | |
- [ ] **SCSS**: I haven't committed any out-commented styles unless it has explicit comment regarding how it will be used later | |
- [ ] **JS**: I haven't committed any `console.log`s | |
- [ ] **JS**: All my custom functions have a leading comment explaining its purpose | |
- [ ] **JS**: I haven't committed any out-commented code unless it has explicit comment regarding how it will be used later |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preview
Files changed
for general errorsconsole.log
s