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