chore: update PR title format and validation to include optional scope

This commit is contained in:
Victor Santos
2025-11-27 21:27:29 -03:00
parent 5bf1a62e2e
commit 60daa12d21
2 changed files with 19 additions and 15 deletions

View File

@@ -21,7 +21,7 @@
## Checklist
- [ ] Title follows format: `Type: Short description` (e.g., `Fix: Prevent crash on sync`)
- [ ] Title follows format: `type[scope]: Short description` (scope is optional, e.g., `fix: Prevent crash on sync` or `fix[api]: Handle null response`)
- [ ] Tested locally
- [ ] Updated docs (if needed)
- [ ] Read the [contributing guide](https://infisical.com/docs/contributing/getting-started/overview)