chore: refine PR title format and update validation regex for optional scope

This commit is contained in:
Victor Santos
2025-11-28 10:07:23 -03:00
parent 60daa12d21
commit 793e995f57
2 changed files with 9 additions and 11 deletions

View File

@@ -6,9 +6,7 @@
<!-- If UI/UX changes, add screenshots or videos. Delete if not applicable. -->
## How to test
<!-- Steps to verify the change. -->
## Steps to verify the change
## Type
@@ -21,7 +19,7 @@
## Checklist
- [ ] Title follows format: `type[scope]: Short description` (scope is optional, e.g., `fix: Prevent crash on sync` or `fix[api]: Handle null response`)
- [ ] 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)