mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-04 17:31:54 +01:00
764 B
764 B
Instructions for agents
- Use
make helpto find available development targets - Install the latest Golang stable release before working on
.gofiles - Install the latest Node.js LTS release and
pnpmbefore 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