Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 810 Bytes

File metadata and controls

24 lines (18 loc) · 810 Bytes

Contributing to C³

Thanks for your interest. This repo is a focused demo; keep changes small and practical.

How to Contribute

  • Issues: Open a clear Issue with steps to reproduce or the specific improvement.
  • PRs: One change per PR. Link the Issue. Keep diffs minimal.

Style

  • Shell: POSIX/bash, set -euo pipefail, no fancy deps.
  • Markdown: Wrap reasonably; headings concise.
  • Line endings: LF only (see .gitattributes).
  • Editor: See .editorconfig.

Commits

  • Use short, descriptive messages:
    • fix: ..., feat: ..., docs: ..., chore: ...

Security

  • Do not disclose vulnerabilities in Issues/PRs.
  • Follow SECURITY.md to report privately.

License

By contributing, you agree your work is licensed under the repository’s LICENSE (MIT).