Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 706 Bytes

Thank you for your interest in contributing to this project! Your energy and support is greatly appreciated.

Bug Reports

If you have found a bug, please do open an issue. The more detail you can provide, the better we’ll be able to asses. If you can include a failing test case, that will be perfect.

Feature Proposals

Do you have an idea for an improvement? Feel free to open an issue to propose it.

Pull Requests

If you can write a patch to fix the bug you found, or to implement the feature you’re proposing, even better. Thanks so much! When pushing your branch, please lint, format, and test your changes. You can take care of all three in one go:

npm run pull-request