-
Notifications
You must be signed in to change notification settings - Fork 724
Contributing
Fabien Doiron edited this page Mar 22, 2014
·
6 revisions
- Fork and clone the repo.
- Check out the branch for the version you wish to contribute to: 0.3, 0.4 (Deprecated), 0.5
- Run
npm install
to install all Grunt dependencies. - Run
grunt
The alertify.js coding standards are set for all code in the code-base to look like a single person wrote it. This is not to say my style preference is better than another, it's simply to keep the project consistent and easier to read.
Most of the code standards are based on idiomatic.js with a few minor overwrites/differences or project specifics. Simply follow the coding style in the version you are working on!
- Develop in a topic branch (not master)
- Ensure you write tests for new functionality
- Squash your commits
- Submit pull request