UNPKG

569 BMarkdownView Raw
1Contributing
2============
3
4Community contributions are most welcome. Here are a couple of guidelines for
5contributions.
6
7* Install the dev. environment with `npm install` and `bower install`.
8* Use GitHub pull requests.
9* Reference existing open GitHub issues in commits where relevant.
10* Styles, Tests: Always run `gulp check` to run all style and test checks.
11 This is a test library -- it should pass its own tests. ;)
12* Generation: Please run `gulp` to correctly generate all appropriate files
13 before finishing up and submitting your pull request.
14
15And, thanks!