Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.13 KB

File metadata and controls

30 lines (21 loc) · 1.13 KB

Contributing

Thanks for improving CEQA Preflight.

Before contributing

  • Read DISCLAIMER.md and GOVERNANCE.md.
  • Do not submit real filing packages, personal information, confidential locations, or copyrighted third-party documents without explicit permission.
  • Do not add a CEQA-specific rule without a current official source and tests.
  • Keep runtime processing local; do not add telemetry or network calls.
  • Read the pinned Portfolio Standards; project-specific applicability is declared in the README.

Development setup

uv sync --all-groups
make verify

Pull requests

Keep each pull request narrowly scoped. Include tests and documentation for behavior changes. Explain any source, rule-version, or accessibility impact.

Run pre-commit run --all-files and make verify before opening a pull request. Changes to rules, data handling, or output must update the relevant audit, data-card, and/or accessibility evidence.

For rule changes, link to the traceability entry and identify the qualified reviewer. Do not claim that a rule establishes legal sufficiency.