Compare commits

..

1 commit

Author SHA1 Message Date
d2ef7498dd
chore: add contribution guidelines for git 2025-09-12 14:56:07 +02:00

View file

@ -18,9 +18,9 @@ Thank you for your interest in contributing! Please follow these rules to keep o
``` ```
Allowed types: Allowed types:
- `feat` a new feature - `feat` - a new feature
- `fix` a bug fix - `fix` - a bug fix
- `chore` maintenance, tooling, docs, CI, etc. - `chore` - maintenance, tooling, docs, CI, etc.
Examples: Examples:
- `feat(auth): add JWT-based login` - `feat(auth): add JWT-based login`