Welcome to the AI Toolkit contributing guide! If you're interested in contributing to the AI Toolkit project, this document will help you get started.

Contributing Process

  1. Fork the Repository: [Fork the AI Toolkit repository](Fork AI Toolkit) on GitHub.
  2. Create a Feature Branch: Create a new branch for your feature or fix.
  3. Implement Your Changes: Make the necessary changes in your feature branch.
  4. Commit and Push: Commit your changes and push the branch to your fork.
  5. Open a Pull Request: Open a pull request from your feature branch to the main branch of the original repository.

Coding Standards

Testing

  • Write unit tests for your code to ensure functionality.
  • Use pytest for testing.

Documentation

  • Write clear and concise documentation for your contributions.
  • Update the [README](AI Toolkit README) and other relevant documentation.

Common Issues


AI_Toolkit