- Use
make helpto find available development targets - Use the latest Golang stable release when working on Go code
- Use the latest Node.js LTS release when working on TypeScript code
- Before committing
.gochanges, runmake fmtto format, and runmake lint-goto lint - Before committing
.tschanges, runmake lint-jsto lint - Before committing
go.modchanges, runmake tidy - Before committing new
.gofiles, add the current year into the copyright header - Before committing any files, remove all trailing whitespace from source code lines