Skip to content

Instantly share code, notes, and snippets.

@spangey
Last active January 4, 2016 17:46
Show Gist options
  • Save spangey/b38bd6538756308bae75 to your computer and use it in GitHub Desktop.
Save spangey/b38bd6538756308bae75 to your computer and use it in GitHub Desktop.
commitRules
1. Consider following these [committing rules](https://atom.io/docs/latest/contributing#git-commit-messages). I like to use these [emojis](http://www.emoji-cheat-sheet.com/):
* :memo: when adding a writeup to the `Write-up` section of a task
* :floppy_disk: when adding resources for a task, e.g. files or scripts
* :link: when adding a writeup link to the `Other write-ups and resources` section of a task
* :pill: when fixing broken or corrupt stuff
* :books: when updating the structure of this repo
* :fire: when deleting files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment