Last updated: 2023-01-27
Here are some important resources:
-
Documentation: for learning resources and code index.
-
Issues: for contributing bug reports and feature requests.
-
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.
When testing your code, use the same packages that are provided in the requirement files, namely:
-
requirements.txt for the primary dependencies of the software.
-
requirements-dev.txt for development dependencies: testing, documentation, and so on.