UNPKG

bee-js

Version:

Bee is for behavior binding.

25 lines (18 loc) 1.05 kB
# How to Contribute We very much welcome contributions to Bee. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## Bugs and Features Please first check the existing [Issues](https://github.com/paulschwarz/bee/issues) and [Pull Requests](https://github.com/paulschwarz/bee/pulls) to ensure your issue has not already been discussed. Please use the issue tracker to report bugs and discuss features. Remember, turn bugs into tests! ## Pull requests * Fork the project, create a new branch from `master`. * Squash related commits and write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). * Follow existing code style in terms of syntax, indentation etc. * Add an entry to the CHANGELOG, [here's how](http://keepachangelog.com/). * Do not bump the VERSION, but do indicate in the CHANGELOG if the change is not backwards compatible. * Issue a Pull Request.