Background

Development

If you would like to contribute to PolyMC, you might find it useful to join our Discord Server or Matrix Space.

Building

If you want to build PolyMC yourself and/or contribute, check out our Build Instructions page for a handy guide.

Code formatting

Please follow the existing formatting.

In general, by order of importance:

  • Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
  • Prefer readability over dogma.
  • Keep to the existing formatting.
  • Indent with 4 space unless it's in a submodule.
  • Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.

Development: