We're excited that you're interested in contributing to COMANDI! This document outlines the process for contributing to this project.
- Fork this repo
- Clone your fork locally
- Install requirements:
pip install -r requirements.txt
-
Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
or
git checkout -b fix/your-bugfix-name
-
Make your changes in the new branch
-
Commit your changes:
git commit -m "Description of your changes"
-
Push your changes to your fork:
git push origin feature/your-feature-name
- Go to the original COMANDI repository on GitHub
- Click on "Pull requests" and then the "New pull request" button
- Click "compare across forks" and select your fork and branch
- Click "Create pull request"
- Fill out the pull request template with a clear title and description of your changes
- Submit the pull request
- Respond to any feedback or questions from the maintainers
- Make any requested changes to your branch and push them to your fork
- Once approved, your changes will be merged into the main project
Thank you for contributing to COMANDI!