mirror of
https://github.com/go-gitea/gitea
synced 2026-02-03 11:10:40 +00:00
761 B
761 B
Instructions for agents
- Use
make helpto find available development targets - Install the latest
gostable release before working on.gofiles - Install the latest
nodeLTS release andpnpmbefore working on.tsfiles - 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