Commit Graph
4 Commits
Author SHA1 Message Date
Cory Miller 93c4dd856e Add first interaction workflow to greet new contributors and users (#1918) 2022-10-21 22:58:06 +09:00
Cory MillerandAva Stancu 93aea48c38 Revamp the contribution guide (#1917)
* Revamp the contribution guide

* Fix link

* Update CONTRIBUTING.md

Co-authored-by: Ava Stancu <[email protected]>

* Update CONTRIBUTING.md

Co-authored-by: Ava Stancu <[email protected]>

* add guidance on image tool requests

Co-authored-by: Ava Stancu <[email protected]>
2022-10-21 22:56:42 +09:00
Cory Miller c91e76f169 Add golangci-lilnt to CI (#1794)
This introduces a linter to PRs to help with code reviews and code hygiene. I've also gone ahead and fixed (or ignored) the existing lints.

I've only setup the default linters right now. There are many more options that are documented at https://golangci-lint.run/.

The GitHub Action should add appropriate annotations to the lint job for the PR. Contributors can also lint locally using `make lint`.
2022-09-21 09:08:22 +09:00
Cory Miller 759cc4b47f Update version of YQ in Makefile (#1634) 2022-07-15 10:59:13 +09:00