UNPKG

809 BMarkdownView Raw
1# Contributing
2
3From opening a bug report to creating a pull request: every contribution is
4appreciated and welcome. If you're planning to implement a new feature or change
5the api please create an issue first. This way we can ensure that your precious
6work is not in vain.
7
8## Issues
9
10**If you have discovered a bug or have a feature suggestion, please [create an issue on GitHub](https://github.com/juliantellez/lambcycle/issues/new).**
11
12
13## Contributing to the ecosystem
14
15If you have created your own plugin please open a PR to include it in the README.
16
17## Submitting Changes
18
19Something that will increase the chance that your pull request is accepted:
20
21* Write tests
22* Follow the existing coding style
23* Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)