docs: starting to expand the documentation.

This commit is contained in:
Houmgaor
2025-10-19 18:57:10 +02:00
parent 5298ae72f9
commit 02d5195611
3 changed files with 190 additions and 2 deletions

6
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,6 @@
# Contributing to Erupe
Before submitting a new version:
- Document your changes in [CHANGELOG.md](CHANGELOG.md).
- Run tests: `go test -v ./...`