chore: standardize PR title format and ensure description starts with lowercase

This commit is contained in:
Victor Santos
2025-11-28 17:16:53 -03:00
parent 793e995f57
commit 5967900667
2 changed files with 8 additions and 8 deletions

View File

@@ -19,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 the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/#summary) 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)