UNPKG

847 BMarkdownView Raw
1# Welcome!
2> Thanks ahead for taking the time to contribute 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 don't change variable or parameter names to match your
19personal preferences, unless the change is part of a refactor
20or significant modification of the codebase (which is very rare).
21
22Please remember to thoroughly explain your Pull Request if it
23doesn't have an associated issue. If you're changing code
24significantly, please remember to add inline or block comments
25in the code as appropriate.
26
27## Thanks
28
29For your interest, time, understanding, and for following this simple guide.