Skip to content

Instantly share code, notes, and snippets.

@raahede
Last active August 29, 2015 14:07
Show Gist options
  • Save raahede/c0c8947fac4e84452dec to your computer and use it in GitHub Desktop.
Save raahede/c0c8947fac4e84452dec to your computer and use it in GitHub Desktop.
Pull request checklist
- [ ] **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
@raahede
Copy link
Author

raahede commented Oct 18, 2014

Preview

  • 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.logs
  • 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