Skip to content

Commit

Permalink
docs(contributing): link to conventionalcommits.org instead of git repo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ajanvrin authored Jan 11, 2025
1 parent 5632fda commit 12afd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 12afd84

Please sign in to comment.