Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 559 Bytes

File metadata and controls

23 lines (17 loc) · 559 Bytes

Contributing to diffusion-mcp-server

Thanks for helping!

Requirements

  • Java 17 or later
  • Use the Maven Wrapper: ./mvnw -B -ntp verify

Making a change

  1. Create a new branch, e.g. fix/readme-typo
  2. Make your change and commit it
  3. Run tests: ./mvnw test
  4. Open a Pull Request (PR) on GitHub describing what you changed

Style

  • Use 4-space indentation
  • Keep line length around 80 chars
  • Follow existing style
  • Write clear commit messages (e.g. fix: correct topic selector parsing)

Questions or problems?

Open a GitHub Issue.