mirror of
https://github.com/kharonsec/br-acc
synced 2026-04-25 17:15:02 +02:00
1.0 KiB
1.0 KiB
Contributing to BR/ACC Open Graph
Language: English | Português (Brasil)
Thanks for helping improve BR/ACC Open Graph.
Ground Rules
- 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.
Development Setup
cd api && uv sync --dev
cd ../etl && uv sync --dev
cd ../frontend && npm install
Quality Checks
Run these before opening a pull request:
make check
make neutrality
Pull Request Expectations
- 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
AI-assisted contributions are allowed.
Human contributors remain responsible for:
- technical correctness,
- security/privacy compliance,
- and final review/sign-off before merge.