© Reece Dixon - All rights reserved.
CONFIDENTIALITY NOTICE: This information is the exclusive property of Reece Dixon and is provided under strict confidentiality. Unauthorized use, reproduction, or distribution is prohibited.
Thank you for considering contributing to WholeBrainedIntelligence! We welcome contributions from everyone. Here are some guidelines to help you get started.
If you find a bug, please open an issue and describe the problem in detail. Include steps to reproduce, expected behavior, and any relevant screenshots or logs.
We welcome suggestions for improvements. Please open an issue and provide a clear description of the enhancement and its benefits.
- Fork the repository.
- Create a new branch (
git checkout -b feature/my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/my-new-feature
). - Create a new Pull Request.
- Follow the PEP 8 style guide for Python code.
- Write meaningful commit messages.
- Ensure your code is well-documented with comments and docstrings.
- Write tests for new features or bug fixes.
Please read our Code of Conduct to understand the expected behavior when contributing.
Thank you for your contributions!