As a contributor, you represent that the code you submit is your original work or that of your employer (in which case you represent you have the right to bind your employer). By submitting code, you (and, if applicable, your employer) are licensing the submitted code to LinkedIn and the open source community subject to the BSD 2-Clause license.
Do not file an issue on Github for security issues. Please review the guidelines for disclosure. Reports should be encrypted using PGP (public key) and sent to [email protected] preferably with the title "Vulnerability in Github LinkedIn/tracked-queue - <short summary>".
Bug fixes, feature requests, and external contributions are welcome! However, please open an issue before opening a PR. That will save everyone time, as it will allow us to work through any design tradeoffs, whether something is a bug or actually expected behavior, etc. before you spend your time making a change.
git clone @linkedin/tracked-queue
cd tracked-queue
yarn install
yarn lint:hbs
yarn lint:eslint
yarn lint:eslint --fix
To check the types in the addon, run yarn lint:tsc
or yarn tsc --noEmit
.
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
(oryarn test
) – Runs the test suite against all supported Ember and TypeScript versions
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.