# Contributing If you would like to contribute, you can fork the project, edit, and make a pull request. ## Tests Please make sure that the tests all pass by running `npm run test`. If you add a new functionality and/or component, always add tests for it. ## Update the website & documentation The documentation website lives under `tests/dummy`. It is a simple ember app. You can run the website locally: ```bash $ npm install (or yarn install) $ npm run start ``` ## Dependency on ember-concurrency Ember-concurrency is a dependency of ember-power-calendar. However the version 0.8 has a bug when running with most recent ember versions, so we explicitly make it a dependency. After updating ember-power-calendar this should not be needed anymore.