Skip to content

Submitting a Pull Request

fabien-d edited this page Jan 15, 2013 · 10 revisions

Requirements

Build

In a terminal, inside the root of the alertify folder simply type grunt (More info on using grunt).

grunt

Grunt

This will lint and run unit tests on the src/alertify.js file before creating the lib/alertify.js and lib/alertify.min.js.

Coding

All changes should be made to the source file src/alertify.js. The library files located inside the lib/ folder are auto generated via the grunt build command.

New functionality should include unit tests.

Pull Request Guidelines

  • Develop in a topic branch (not master)
  • Squash your commits
  • Submit the PR to the staging branch

more information to come...

Clone this wiki locally