1 Contributing
Théophile Diot edited this page 2025-10-22 14:18:35 +02:00

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: