1
0
mirror of https://git.keinpfusch.net/loweel/zorg synced 2025-03-12 18:50:04 +01:00
2020-10-08 21:33:26 +02:00

312 B

Contributing

  • Raise an issue if appropriate
  • Fork the repo
  • Bootstrap the dev dependencies (run ./script/bootstrap)
  • Make your changes
  • Use gofmt
  • Make sure the tests pass (run ./script/test)
  • Make sure the linters pass (run ./script/lint)
  • Issue a pull request