-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Garot Conklin edited this page May 23, 2025
·
1 revision
We welcome contributions to the GitHub MCP Server!
- Fork the repository
- Create a feature branch
- Make your changes
- Write and run tests
- Submit a pull request
- Participate in code review
sequenceDiagram
participant Contributor
participant Repo
participant Maintainer
Contributor->>Repo: Fork
Contributor->>Repo: Create branch
Contributor->>Repo: Push changes
Contributor->>Repo: Open pull request
Maintainer->>Repo: Review PR
Maintainer-->>Contributor: Request changes/approve
Maintainer->>Repo: Merge PR
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}