mirror of
https://github.com/bunkerity/bunkerweb-templates.git
synced 2026-04-24 20:05:49 +03:00
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:
- Contributor guide: CONTRIBUTING.md
- Author guide: TEMPLATE_GUIDE.md
- Code of Conduct: CODE_OF_CONDUCT.md
- License: LICENSE