Language: English | Português (Brasil)
Thanks for helping improve BR/ACC Open Graph.
- Keep changes aligned with public-interest transparency goals.
- Do not add secrets, credentials, or private infrastructure details.
- Respect public-safe defaults and privacy/legal constraints.
cd api && uv sync --dev
cd ../etl && uv sync --dev
cd ../frontend && npm installThe repo includes optional scripts. The BR-ACC Upstream Monitor (TASK-013) runs twice daily via GitHub Actions to track upstream forks, open PRs, issues, and roadmap suggestions; see scripts/README-bracc-monitor.md for usage and env vars.
Run these before opening a pull request:
make check
make neutrality- Keep PR scope focused and explain the user impact.
- Include tests for behavior changes.
- Update docs when interfaces or workflows change.
- Ensure all required CI and security checks are green.
AI-assisted contributions are allowed.
Human contributors remain responsible for:
- technical correctness,
- security/privacy compliance,
- and final review/sign-off before merge.