Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.42 KB

Contributing to WholeBrainedIntelligence

© 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.

How to Contribute

Thank you for considering contributing to WholeBrainedIntelligence! We welcome contributions from everyone. Here are some guidelines to help you get started.

Reporting Bugs

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.

Suggesting Enhancements

We welcome suggestions for improvements. Please open an issue and provide a clear description of the enhancement and its benefits.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/my-new-feature).
  5. Create a new Pull Request.

Coding Standards

  • 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.

Code of Conduct

Please read our Code of Conduct to understand the expected behavior when contributing.

Thank you for your contributions!