Normal flow
- Define the behavior and user goal.
- Decide the policy unit and classification.
- Update source code and tests.
- Update
CHANGELOG.mdwhen the change is notable and user-facing. - Update public docs if behavior, settings, policy, or file contracts changed.
- Update contributor docs if implementation boundaries, policy rules, or verification expectations changed.
- Run formatting checks, focused tests, and build.
- Add live verification evidence when required.
- Disclose AI assistance when any AI tool materially helped produce the change.
Files by concern
Documentation expectations
Update docs when:- A visible feature changes behavior.
- A policy classification changes.
- An active setup default,
.akrpack scope, or.akrsection changes. - A file location, command, or archive contract changes.
- A troubleshooting path changes.
- A notable user-facing change needs a
CHANGELOG.mdentry.
Review evidence
Provide the smallest evidence that proves the change:- Test output for unit-level changes.
- Formatting output from
dotnet format Akron.sln --include <changed-csharp-files>. - Build output for source changes.
- Screenshot or capture evidence for visual behavior.
- Live verification notes for input, timing, camera, hitbox, transition, overlay, or map-dependent behavior.
- Screenshot or video proof for new options or features when the behavior is visible, input-driven, timing-sensitive, rendering-sensitive, capture-related, or gameplay-facing.
- After evidence for fixes when the corrected behavior is visible or runtime-observable. Before evidence is preferred when it is practical to capture or reproduce.
Pull request checklist
- Keep the diff scoped to one goal.
- Run
dotnet format Akron.sln --include <changed-csharp-files>for changed C# project files. - Include the tests or checks that were run.
- Include screenshot or video proof for new visible, input-driven, timing-sensitive, rendering-sensitive, capture-related, or gameplay-facing options and features.
- Include after evidence for fixes when the corrected behavior is visible or runtime-observable.
- Include before evidence for fixes when practical, especially for visual, overlay, capture, or gameplay regressions.
- Include live verification notes when unit tests cannot prove the behavior.
- Update docs for user-facing behavior, policy, file locations, debug commands, or
.akrcontracts. - Update
CHANGELOG.mdfor notable user-facing changes. - Avoid committing secrets, local tokens, personal config files, local captures, or machine-specific paths.
- Include the AI assistance disclosure when applicable.
Contribution license
Read the canonical contribution terms in CONTRIBUTING.md. The repository copy owns this policy so the legal text does not drift between surfaces.AI-assisted contributions
AI-assisted contributions are allowed. They must meet the same code, docs, policy, and verification bar as hand-written changes. The contributor is responsible for the full contribution, including AI-assisted code, tests, docs, screenshots, created assets, and pull request text. When AI assistance materially helped produce a pull request, include these fields in the pull request body:
Disclosure fields must be factual. Do not claim human review, testing, verification, or approval unless it actually happened.
human_testing must describe real work that happened. Examples:
Ran dotnet test tests/akron-tests.csproj --nologo --filter FeatureRegistryTests.Built Source/Akron.csproj and manually checked the overlay in 7A with the overlay active.Reviewed the .akr pack in Saves/AkronSetups and imported it through the Interface tab.
No human testing performed is not acceptable for a pull request that is ready to merge.