docs(contributing): link to conventionalcommits.org instead of git repo

I was not aware of what Conventional Commits are, and their repository does not describe what the commits are meant to look like.
Linking to the summary is IMHO more convenient.

Refs: #540
This commit is contained in:
ajanvrin 2025-01-11 17:08:40 +01:00 committed by GitHub
parent 5632fdac3b
commit 12afd84d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,4 +66,4 @@ secret-lib.path = "/path/to/core/secret"
## Commit style
Starting from the `v1.0.0`, Himalaya CLI tries to adopt the [conventional commits specification](https://github.com/conventional-commits/conventionalcommits.org).
Starting from the `v1.0.0`, Himalaya CLI tries to adopt the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary).