Add regression tests and update guidelines

This commit is contained in:
TheGeneralist 2026-02-03 23:15:24 +01:00
parent 6adb5d382b
commit b45b199ee5
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 168 additions and 0 deletions

View file

@ -8,3 +8,4 @@
## Build Checks
- Run `cargo check` after changes (patches, features, or other code edits).
- Create atomic commits after changes.