We love pull requests from everyone. Follow the code of conduct while contributing.
The web app uses NodeJS, Bower, and Ember CLI. Once installed, run
bin/setup
to install the project dependencies. Then execute ember s
to run
the web app.
- Fork the repo.
- Make your changes.
- Write tests if you can or have a clear way to test the code manually.
- Push to your fork and submit a pull request.
At this point you're waiting on us. We like to at least comment on, if not accept, pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted,
- Include tests that fail without your code, and pass with it
- Update the documentation, the surrounding one, examples elsewhere, guides, whatever is affected by your contribution
- Follow the existing style of the project