Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.36 KB

File metadata and controls

32 lines (19 loc) · 1.36 KB

Contributing

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.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your own GitHub account.

  2. Clone the Forked Repository: Clone your forked repository to your local machine using:

    git clone https://github.com/<your-username>/adk-hack-2025.git
  3. Make Your Changes: Implement your feature or fix the bug. Ensure that your code adheres to the project's coding standards and style.

  4. Write Tests: If applicable, write tests for your changes to ensure they work as expected and do not break existing functionality.

  5. Commit Your Changes: Commit your changes with a clear and concise commit message that describes the changes you made.

  6. Push to Your Fork: Push your changes to your forked repository:

git push origin your-branch-name
  1. 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.

Code of Conduct

We expect all contributors to adhere to the project's Code of Conduct. Please read it before contributing.