A compact starter kit for preparing a small open-source contribution.
This repo is intentionally process-focused. It helps a contributor gather context, verify scope, and write a maintainer-friendly pull request.
docs/preflight.md: checks before starting work.docs/review-response.md: concise review response guidance.templates/pr.md: pull request body.templates/issue-notes.md: notes format for issue research.scripts/check-worktree.sh: local guardrail for staged files and suspicious names.
bash scripts/check-worktree.sh- Avoid duplicate pull requests.
- Keep verification visible.
- Ask for clarification before broad implementation work.
- Keep private account, payment, and credential details out of public project threads.