- Fork: Fork the repository to your own GitHub account to start making changes.
- Clone: Clone the repository to your local machine to start working on your changes.
- Create: Within the
ai
orinput
modules, create a new module and initialize a git repo within this folder.
Our project consists of two main modules: ai
and input
. Here’s how you can contribute to these modules:
- Ensure your code follows the project’s coding conventions by running
flake8 .
in the root directory of the project. - Keep your commits small and focused; each commit should represent a single logical change.
If you have any questions or need further clarification about contributing, feel free to open an issue in the repository.