Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.19 KB

#Contributing

Pull requests are always welcome!

How to contribute

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:

Code of conduct

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.