UNPKG

808 BMarkdownView Raw
1# CONTRIBUTING
2
3Contributions are always welcome, no matter how large or small. Before contributing,
4please read the [code of conduct](CODE_OF_CONDUCT.md).
5
6## Setup
7
8> Install NPM on your system: https://docs.npmjs.com/getting-started/installing-node
9
10```sh
11$ git clone https://github.com/netlify/netlify-cli
12$ cd netlify-cli
13$ npm install
14```
15
16## Building
17
18```sh
19$ npm build
20```
21
22## Pull Requests
23
24We actively welcome your pull requests.
25
261. Fork the repo and create your branch from `master`.
272. If you've added code that should be tested, add tests.
283. If you've changed APIs, update the documentation.
294. Ensure the test suite passes.
305. Make sure your code lints.
31
32## License
33
34By contributing to Netlify Node Client, you agree that your contributions will be licensed
35under its [MIT license](LICENSE).