Skip to content

Contributing

Garot Conklin edited this page May 23, 2025 · 1 revision

Contributing

We welcome contributions to the GitHub MCP Server!

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Write and run tests
  5. Submit a pull request
  6. Participate in code review

Contribution Process

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
Loading

Related

Clone this wiki locally