Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

40 lines (20 loc) · 1.31 KB

Contributing

Last updated: 2023-01-27

Resources

Here are some important resources:

  • Documentation: for learning resources and code index.

  • Issues: for contributing bug reports and feature requests.

Submitting Changes

  • Please send a pull request to BoboCEP using the template provided. For more information about pull requests, click here.

  • Always write clear log messages with your commits.

  • Add sufficient comments to your code.

Testing

When testing your code, use the same packages that are provided in the requirement files, namely:

Coding Conventions

  • Use the PEP 8 style guide for Python code. The PyCharm IDE can help with this.

  • Try to remain consistent with existing code conventions in use.