Some checks failed
release-nightly / release-image (push) Has been cancelled
9 lines
575 B
Markdown
9 lines
575 B
Markdown
- Use `make help` to find available development targets
|
|
- Run `make fmt` to format `.go` files, and run `make lint-go` to lint them
|
|
- Run `make tidy` after any `go.mod` changes
|
|
- Ensure no trailing whitespace in edited files
|
|
- Use Conventional Commits format for commit messages and PR titles (e.g. `type(scope): subject`)
|
|
- Never force-push, amend, or squash unless asked. Use new commits and normal push for pull request updates
|
|
- Include authorship attribution in issue and pull request comments
|
|
- Add `Co-Authored-By` lines to all commits, indicating name and model used
|