- Fork the project
- Create a new branch
- Code, test, commit and push
- Open a pull request detailing your changes. Make sure to follow the template
- Please ensure the coding style running
composer lint. - Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
- You may need to rebase to avoid merge conflicts.
- Please remember that we follow SemVer.
git clone <repository-url>cd fleetopspnpm installcomposer install
yarn lintyarn lint: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://cli.emberjs.com/release/.
Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
Clone your fork, then install the dev dependencies:
composer installLint your code:
composer lintRun all tests:
composer testCheck types:
composer test:typesUnit tests:
composer test:unit