docs(community): soften contributor requirements

This commit is contained in:
Tam Nhu Tran
2026-03-17 15:36:34 -04:00
parent 462d382c93
commit f0f5a9cf98
5 changed files with 19 additions and 31 deletions
+4
View File
@@ -4,6 +4,8 @@
## Testing
Use what applies. If you skipped something, add a short note instead of forcing it.
- [ ] `bun run validate`
- [ ] `bun run validate:ci-parity`
- [ ] `cd ui && bun run validate` if UI changed
@@ -11,6 +13,8 @@
## Checklist
Check what applies. Not every item is relevant for every PR.
- [ ] Base branch is `dev` unless this is an approved hotfix
- [ ] Branch name follows `feat/*`, `fix/*`, `docs/*`, or approved hotfix naming
- [ ] Relevant `--help` output updated if CLI behavior changed