First, thanks for taking the time to contribute to our project! The following information provides a guide for making contributions.
By participating in this project, you agree to abide by the Yahoo, Inc. Code of Conduct. Everyone is welcome to submit a pull request or open an issue to improve the documentation, add improvements, or report bugs.
If you simply have a question that needs an answer, create an issue, and label it as a question.
git clone <repository-url>
cd ember-power-calendar-selectors
npm install
npm run lint:hbs
npm run lint:js
npm run lint:js --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
If you encounter any bugs while using this software, or want to request a new feature or enhancement, feel free to create an issue to report it, make sure you add a label to indicate what type of issue it is.
Pull requests are welcome for bug fixes. If you want to implement something new, please request a feature first so we can discuss it.
Please follow best practices for creating git commits.
When your code is ready to be submitted, you can submit a pull request to begin the code review process.