Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.3 KB

File metadata and controls

41 lines (29 loc) · 1.3 KB

Contributing to BlueZoo

We welcome contributions to BlueZoo. Please follow the guidelines below.

Reporting Issues

If you encounter any issues with BlueZoo, please report them on the GitHub issue tracker. Please include as much information as possible, including the version of BlueZoo you are using, the version of Python you are using, and the platform you are using.

Contributing Code

If you would like to contribute code to BlueZoo, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch off of the master branch.
  3. Make your changes on the new branch.
  4. Write tests for your changes.
  5. Run the tests.
  6. Commit your changes.

When you are ready to submit your changes, please create a pull request on GitHub. Please include a description of your changes and why you think they should be included in BlueZoo.

Code Style

Please follow the PEP 8 style guide when writing code for BlueZoo. The CI will check your code for PEP 8 compliance.

License

By contributing to BlueZoo, you agree to license your contributions under the terms of the GNU General Public License, version 2.