mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
204 B
204 B
Contributing to Erupe
Before submitting a new version:
- Document your changes in CHANGELOG.md.
- Run tests:
go test -v ./...and check for race conditions:go test -v -race ./...