Thanks for your interest. This repo is a focused demo; keep changes small and practical.
- Issues: Open a clear Issue with steps to reproduce or the specific improvement.
- PRs: One change per PR. Link the Issue. Keep diffs minimal.
- Shell: POSIX/bash,
set -euo pipefail, no fancy deps. - Markdown: Wrap reasonably; headings concise.
- Line endings: LF only (see
.gitattributes). - Editor: See
.editorconfig.
- Use short, descriptive messages:
fix: ...,feat: ...,docs: ...,chore: ...
- Do not disclose vulnerabilities in Issues/PRs.
- Follow
SECURITY.mdto report privately.
By contributing, you agree your work is licensed under the repository’s LICENSE (MIT).