Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 2.21 KB

File metadata and controls

50 lines (29 loc) · 2.21 KB

Contributing

If you're seeing this document, you are an early contributor to the development and success of XMTP. Your questions, feedback, suggestions, and code contributions are welcome!

❔ Questions

Have a question? You are welcome to ask it in Q&A discussions.

🐞 Bugs

Report bugs as GitHub Issues. Please confirm that there isn't an existing open issue about the bug and include detailed steps to reproduce the bug.

✨ Feature requests

Submit feature requests as GitHub Issues. Please confirm that there isn't an existing open issue requesting the feature. Describe the use cases this feature unlocks so the issue can be investigated and prioritized.

🔀 Pull requests

PRs are encouraged, but consider starting with a feature request to temperature-check first. If the PR involves a major change to the protocol, the work should be fleshed out as an XMTP Improvement Proposal before work begins.

AI-Generated Contributions Policy

We do not accept pull requests that are generated entirely or primarily by AI/LLM tools (e.g., GitHub Copilot, ChatGPT, Claude). This includes:

  • Automated typo fixes or formatting changes
  • Generic code improvements without context
  • Mass automated updates or refactoring

Pull requests that appear to be AI-generated without meaningful human oversight will be closed without review. We value human-driven, thoughtful contributions that demonstrate an understanding of the codebase and project goals.

Caution

To protect project quality and maintain contributor trust, we will restrict access for users who continue to submit AI-generated pull requests.

If you use AI tools to assist your development process, please:

  1. Thoroughly review and understand all generated code
  2. Provide detailed PR descriptions explaining your changes and reasoning
  3. Be prepared to discuss your implementation decisions and how they align with the project goals

🔧 Developing

Prerequisites

Docker

Please make sure you have Docker running locally. Once you do, you can run the following command to start a local test server:

script/local