Some checks failed
release-nightly / release-image (push) Has been cancelled
575 B
575 B
- Use
make helpto find available development targets - Run
make fmtto format.gofiles, and runmake lint-goto lint them - Run
make tidyafter anygo.modchanges - 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-Bylines to all commits, indicating name and model used