-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
NtGitG edited this page Jun 12, 2026
·
1 revision
Small mod, small rules.
- Branch from
main(oroptimisationif that is your active dev branch). - Keep commits focused.
- Compile (and run tests if you touched core logic).
- Open a PR with what changed and how you tested it.
.\gradlew.bat compileJava --no-daemon.\gradlew.bat test --no-daemonTests live in src/test/java (parser, cache, storage, retry, API builders).
Attach a screenshot in the PR if you changed a GUI screen.
User docs live on the GitHub wiki. Update the relevant wiki page if you add a command or config option.
Publish local wiki sources with:
.\scripts\publish-wiki.ps1