chore: add community templates, simplify setup, fix lockfile (#177)

This commit is contained in:
Pascal
2026-03-25 21:20:25 -07:00
committed by GitHub
parent e2cde339ae
commit 49c045e861
9 changed files with 339 additions and 337 deletions
+22
View File
@@ -0,0 +1,22 @@
## What does this PR do?
<!-- A brief description of the change. Link to a related issue if applicable: Fixes #123 -->
## How to test
<!-- Steps for reviewers to verify this change works -->
1.
2.
3.
## Screenshots / recordings
<!-- If this is a visual change, add before/after screenshots or a short recording -->
## Checklist
- [ ] I've tested this locally with `bun dev`
- [ ] My code follows the existing code style (run `bun check` to verify)
- [ ] I've updated relevant documentation (if applicable)
- [ ] This PR targets the `main` branch