-
Notifications
You must be signed in to change notification settings - Fork 2
CONTRIBUTING
github-actions[bot] edited this page Apr 15, 2026
·
4 revisions
Contribution guidelines for dots-ai. For the full guide, see CONTRIBUTING.md.
- Create a branch from
main - Make focused changes
- Run local checks:
bash scripts/validate-repo-structure.sh bash scripts/check-shell-syntax.sh
- Open a pull request using the template
Use Conventional Commits:
-
feat:— new features -
fix:— bug fixes -
docs:— documentation changes -
refactor:— code restructuring -
chore:— maintenance tasks
- Keep PRs small and reviewable
- Update documentation when behavior changes
- Never commit credentials or secrets
- All commits, PRs, and docs in English
- SECURITY.md — vulnerability reporting
- Repository Governance — quality gates and change management