We welcome contributions to Future AGI's projects!
- Fork the repository.
- Clone your fork:
git clone https://github.com/your-username/repo-name.git. - Create a new branch for your feature:
git checkout -b feature-name. - Make your changes and commit them:
git commit -m "Add feature". - Push to your branch:
git push origin feature-name. - Submit a pull request.
- Follow our coding standards outlined in the repository's
README.md. - Ensure your changes pass existing tests and add new tests if applicable.
- Adhere to the project’s license agreement.