ekster/pkg/linkheader/CONTRIBUTING.mkd
Peter Stuifzand 9ef3369389
Some checks failed
continuous-integration/drone/push Build is failing
Cleanup for go modules
2020-07-27 22:09:02 +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