-
Notifications
You must be signed in to change notification settings - Fork 6
Contributing
Théophile Diot edited this page Oct 22, 2025
·
1 revision
Workflow:
- Fork, branch from main, implement focused changes.
- Install hooks:
pre-commit install - Run:
pre-commit run --all-files - Validate JSON and any snippets.
- Open a PR against main with testing notes.
PR checklist (essentials):
- template.json is valid and references only files in the same directory.
- Pre-commit suite passes locally.
- README (if needed) explains import method (plugin vs. UI).
- Provide quick validation commands.
Policies and guides:
- Contributor guide: CONTRIBUTING.md
- Author guide: TEMPLATE_GUIDE.md
- Code of Conduct: CODE_OF_CONDUCT.md
- License: LICENSE