CONTRIBUTING.md
March 16, 2015 ยท View on GitHub
Contribute and share :)
- Fork this project
- Create a new feature/patch branch
- Code code code
- run
gruntto ensure the uglify, css minify, jshint, csslint and jscs pass - Write a good commit message with some guidelines here:
- angularjs commit message guideline with format
<type>(<scope>): <subject> - use the present tense ("Add feature" not "Added feature")
- use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- limit the first line to 72 characters or less
- reference issues and pull requests liberally
- consider starting the commit message with an applicable emoji as inspired by atom guidelines:
- :art:
:art:when improving theformatof the code - :racehorse:
:racehorse:when improvingperformance - :non-potable_water:
:non-potable_water:when pluggingmemoryleaks - :memo:
:memo:when writingdocs - :penguin:
:penguin:when fixing something onLinux - :apple:
:apple:when fixing something onMac OS - :checkered_flag:
:checkered_flag:when fixing something onWindows - :bug:
:bug:when fixing abug - :fire:
:fire:when removing code or files - :green_heart:
:green_heart:when fixing theCIbuild - :white_check_mark:
:white_check_mark:when adding tests - :lock:
:lock:when dealing withsecurity - :arrow_up:
:arrow_up:when upgradingdependencies - :arrow_down:
:arrow_down:when downgradingdependencies - :shirt:
:shirt:when removinglinterwarnings
- :art:
- angularjs commit message guideline with format
- Pull request using the new feature/patch branch
- Ensure the Travis build passes