Contributions are always welcome, no matter how large or small. Changes should be proposed as a pull request.
- Install yarn on your system: https://yarnpkg.com/en/docs/install
- Run the following commands:
$ git clone https://github.com/RallySoftware/clientmetrics
$ cd clientmetrics
$ yarn
$ yarn run build
$ yarn run build
$ yarn run test
$ yarn run lint
$ yarn run docs
We actively welcome your pull requests.
- Create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.