Pull requests are more than welcome from everyone.
Fork the repo:
git clone [email protected]:Xantier/nerd-stack.git
Set up your machine:
npm install
Make sure the tests pass:
gulp test
Make your change. Write tests. Make the tests pass:
Lint your changes:
gulp lint
If ESLint moans about something, fix it.
Write a good commit message. Push to your fork. Submit a pull request.
Wait for a while. I'll get back to you as soon as I can