-
Notifications
You must be signed in to change notification settings - Fork 2
CONTRIBUTING
github-actions[bot] edited this page Jul 1, 2026
·
4 revisions
How to contribute to the agentic-workstation platform.
This repository is private and focused on:
- Repository-level quality and governance
-
chezmoisource-state templates - Internal automation and documentation
- AI skills and agent definitions
Avoid personal machine-specific additions.
- Create a branch from
main - Make focused changes
- Run local quality checks
- Open a pull request using the template
Run before opening a PR:
bash scripts/validate-repo-structure.sh
bash scripts/check-shell-syntax.shOptional full lint:
docker run --rm -v "$PWD":/tmp/lint -e VALIDATE_ALL_CODEBASE=true oxsecurity/megalinter:v9Use Conventional Commits:
-
feat:— new feature -
fix:— bug fix -
docs:— documentation only -
refactor:— code restructuring -
chore:— maintenance -
test:— test changes
Write short, imperative summaries. Explain "why" in the body.
- Keep PRs small and reviewable
- Explain what changed and why
- List validation steps executed
- Update documentation when behavior changes
- Never commit credentials, tokens, or private keys
- Use environment variables in all examples
- Follow
SECURITY.mdfor vulnerability reporting
Canonical doc: CONTRIBUTING.md