.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / docs / developer-guide / prerequisites.md
1 # Prerequisites to contributing
2
3 ## Technical
4
5 -   [Node.js](https://nodejs.org/en/) 4.2.1+.
6 -   Latest [npm](https://www.npmjs.com/).
7
8 ## Rules of thumb
9
10 1.  Never push directly to `master` (except when updating the CHANGELOG). If you need to change something — create PR, even if it's a one letter change.