Skip to content
Marcel Schramm edited this page Jan 12, 2021 · 3 revisions

There aren't many rules you need to follow when contributing. Anyway, please follow the little amount of rules that there are in order to ease my life ;)

  1. Before you change behaviour or add new features, create an issue, so we can discuss it beforehand.
  2. Don't just introduce big dependencies without talking about it beforehand.
  3. Try to always format your code using the official golang code formatter gofmt. Most IDEs have this built-in. If possible always invoke formatting with the parameter -s. Formatting the whole project can be done manually via gofmt -s -w ..
  4. Always make a new git branch for each feature, as it helps keep PRs clean and separate.
Clone this wiki locally