mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-23 04:15:05 +02:00
609 B
609 B
Instructions for agents
- Use
make helpto find available development targets - Before running
.gotests, runmake deps-backendto install dependencies - Before running
.tstests, runmake deps-frontendto install dependencies - Before committing
.go, 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