auth/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
Maxim Lebedev dcf9e3c2ca
Some checks failed
continuous-integration/drone/push Build is failing
📌 Vendored dependencies
2022-06-09 22:35:23 +05: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