UNPKG

909 BMarkdownView Raw
1# Welcome!
2:heart: Thanks for your interest and time in contributing to this project.
3
4## What We Use
5
6- Linting: [ESLint](http://eslint.org/)
7- NPM: [NPM as a Build Tool](https://css-tricks.com/using-npm-build-tool/)
8
9## Pull Requests
10
11Please lint your changes before submitting a Pull Request. You can lint your
12changes by running:
13
14```console
15$ npm run lint
16```
17
18Please avoid committing `package-lock.json` files.
19
20Please don't change variable or parameter names to match your
21personal preferences, unless the change is part of a refactor
22or significant modification of the codebase (which is very rare).
23
24Please remember to thoroughly explain your Pull Request if it
25doesn't have an associated issue. If you're changing code
26significantly, please remember to add inline or block comments
27in the code as appropriate.
28
29## Thanks
30
31For your interest, time, understanding, and for following this simple guide.