Files
Erupe/CONTRIBUTING.md
2025-10-21 00:21:50 +02:00

7 lines
204 B
Markdown

# Contributing to Erupe
Before submitting a new version:
- Document your changes in [CHANGELOG.md](CHANGELOG.md).
- Run tests: `go test -v ./...` and check for race conditions: `go test -v -race ./...`