Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.08 KB

We love pull requests from everyone. Follow the code of conduct while contributing.

Dependencies

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.

Contributing

  1. Fork the repo.
  2. Make your changes.
  3. Write tests if you can or have a clear way to test the code manually.
  4. 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