Hi there! Thanks for your interest in contributing to ember-cli-prop-types
!
Before implementing new features and changes, please submit a new issue. We'd love to discuss proposed changes before getting started, and also make sure we aren't already working on the issue you have!
git clone <repository-url>
this repositorycd ember-cli-prop-types
npm install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
- Fork this repository
- Create a new branch with your feature name (e.g.
add-additional-feature
) - Make your changes
- If you added new features, write tests for them
- Ensure your tests pass locally, both in your primary browser and in PhantomJS
- Push your changes
- Submit your pull request!
- We use gitmoji in our commit messages to help quickly identify the nature of a commit and would appreciate if you do as well.