Thank you for your interest in contributing to the Manugen AI project! We welcome contributions from the community to help improve and expand the functionality of this multi-agent tool for creating academic manuscripts.
-
Fork the Repository: Start by forking the repository to your own GitHub account.
-
Clone the Forked Repository: Clone your forked repository to your local machine using:
git clone https://github.com/<your-username>/adk-hack-2025.git
-
Make Your Changes: Implement your feature or fix the bug. Ensure that your code adheres to the project's coding standards and style.
-
Write Tests: If applicable, write tests for your changes to ensure they work as expected and do not break existing functionality.
-
Commit Your Changes: Commit your changes with a clear and concise commit message that describes the changes you made.
-
Push to Your Fork: Push your changes to your forked repository:
git push origin your-branch-name- Create a Pull Request: Go to the original repository and create a pull request from your forked repository. Provide a detailed description of your changes and why they should be merged.
We expect all contributors to adhere to the project's Code of Conduct. Please read it before contributing.