Last active
January 4, 2016 17:46
-
-
Save spangey/b38bd6538756308bae75 to your computer and use it in GitHub Desktop.
commitRules
This file contains 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
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