Contributing to Gitee MCP Server

March 13, 2025 ยท View on GitHub

We welcome contributions from the open-source community! If you'd like to contribute to this project, please follow these guidelines:

Getting Started

  1. Fork the Repository: Start by forking the repository to your own Gitee account.
  2. Clone the Repository: Clone the forked repository to your local machine.
    git clone https://gitee.com/your-username/mcp-gitee.git
    cd mcp-gitee
    
  3. Create a Branch: Create a new branch for your feature or bug fix.
    git checkout -b feature/your-feature-name
    

Making Changes

  1. Code Style: Follow the existing code style and conventions. Ensure your code is well-documented.
  2. Testing: Write tests for your changes. Ensure all tests pass.
  3. Commit Messages: Write clear and concise commit messages.

Submitting Changes

  1. Push Your Changes: Push your changes to your forked repository.
    git push origin feature/your-feature-name
    
  2. Create a Pull Request: Create a pull request from your forked repository to the original repository. Provide a clear description of your changes.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

By contributing to this project, you agree that your contributions will be licensed under its MIT License.

Contact

If you have any questions or need further assistance, feel free to reach out to the maintainers.