#Contributing
Pull requests are always welcome!
Fork, then clone your repo:
git clone git@github.com:your-username/switchit.git
Install gulp-cli globally if you don't already have it:
npm install -g gulp-cli
Make sure the tests pass and note the coverage percentage:
gulp test
If they don't, please check our issues page for known issues that may cause the test faliure.
Make your change. Add tests for your change. Make the tests pass again and make sure to keep (or improve) the coverage percentage:
gulp test
Push to your fork and submit a pull request.
At this point you're waiting on us. We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Follow our code guidelines.
- Write a good commit message.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.