Thank you for helping improve legacy-accessibility-static-crawler.
- Create a branch from
main. - Keep changes focused on one fix or feature.
- Run restore, build, and tests before opening a pull request.
- Include documentation updates when behavior changes.
- Do not commit generated reports, screenshots, raw HTML captures, cookies, or local secrets.
dotnet restore legacy-accessibility-static-crawler.sln
dotnet build legacy-accessibility-static-crawler.sln -c Release --no-restore
dotnet test legacy-accessibility-static-crawler.sln -c Release --no-buildPull requests should describe:
- What changed.
- Why the change is needed.
- How it was tested.
- Any accessibility, security, or privacy impact.
- Use C# nullable annotations intentionally.
- Keep Core free of Infrastructure dependencies.
- Prefer deterministic static checks over subjective pass/fail claims.
- Mark human-judgment accessibility checks as manual review required.
- Keep compliance wording technically honest: this tool assists assessment; it does not certify compliance.