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
- Fork the Repository: Start by forking the repository to your own Gitee account.
- Clone the Repository: Clone the forked repository to your local machine.
git clone https://gitee.com/your-username/mcp-gitee.git cd mcp-gitee - Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
Making Changes
- Code Style: Follow the existing code style and conventions. Ensure your code is well-documented.
- Testing: Write tests for your changes. Ensure all tests pass.
- Commit Messages: Write clear and concise commit messages.
Submitting Changes
- Push Your Changes: Push your changes to your forked repository.
git push origin feature/your-feature-name - 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.