Skip to content

Latest commit

History

History
32 lines (19 loc) 路 1.1 KB

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) 路 1.1 KB

#Contributing

Pull requests are always welcome!

How to contribute

Fork, then clone your repo:

git clone git@github.com:your-username/kumquat.git

Make sure the tests pass and note the coverage percentage:

npm test

If they don't, please check our issues page for known issues that may cause the test failure.

Make your change. Add tests for your change. Make the tests pass again and make sure to keep (or improve) the coverage percentage:

npm 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.