Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1.03 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 code of conduct.

Bugs and Features

Please first check the existing Issues and Pull Requests 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.
  • Follow existing code style in terms of syntax, indentation etc.
  • Add an entry to the CHANGELOG, here's how.
  • Do not bump the VERSION, but do indicate in the CHANGELOG if the change is not backwards compatible.
  • Issue a Pull Request.