Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 757 Bytes

File metadata and controls

20 lines (16 loc) · 757 Bytes

Contributing

Thanks for helping improve this checklist.

How to Contribute

  1. Fork the repository and create a feature branch.
  2. Keep changes focused and scoped (one concern per pull request).
  3. Update checklist.yaml and README.md when adding or changing controls.
  4. Add or update examples under examples/ when relevant.
  5. Submit a pull request with a clear problem statement and rationale.

Contribution Standards

  • Prefer explicit, testable control language.
  • Use consistent IDs and priority levels.
  • Avoid vendor lock-in unless the section is provider-specific.

Commit Message Style

Use concise, descriptive commit messages, for example:

  • add CLOUD-03 encryption at rest control
  • update CI-02 secret management guidance