feat: add CLA signer Pratyush Kumar #643
+9
−0
Merged
Annotations
1 error
|
Check PR Title Format
## ❌ Invalid PR Title
Your PR title: `Add new CLA signer Pratyush Kumar`
### Allowed Formats
**Pattern 1 - Conventional Commits:**
```
type(scope): description
type: description
```
**Pattern 2 - Bracket Scope:**
```
[scope] description
```
### Allowed Types
`feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`
### Examples
- `feat(auth): add OAuth2 support`
- `fix: resolve package resolution issue`
- `build(deps): bump axios from 1.0 to 1.1`
- `[env] Add shell environment analyzer`
- `[api] Implement rate limiting`
Please update your PR title to match one of these formats.
|
Loading