Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 923 Bytes

File metadata and controls

30 lines (20 loc) · 923 Bytes

Contributing

Thanks for considering contributions to Sentilook.

Before You Open A Pull Request

  1. Run go test ./... from app/
  2. Run ./scripts/check_repo_layout.ps1 or bash ./scripts/check_repo_layout.sh
  3. Update public docs in docs/ if behavior changed
  4. Keep the raw-secret safety invariant intact

Pull Request Guidance

  • Use focused changes with a clear scope
  • Explain what changed and why
  • Include validation commands in the PR description
  • Avoid unrelated formatting-only edits

Security-Sensitive Changes

If a change touches masking, scanning, report generation, or audit output:

  • add or adjust tests
  • verify that no raw secret leaks into console, report, SARIF, or audit outputs
  • mention the validation steps explicitly

Reporting Problems

  • For security vulnerabilities, use the process in SECURITY.md
  • For general bugs or feature requests, use the GitHub issue templates