mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
docs: Fix Conventional Commits link
This commit is contained in:
parent
519fcc2e11
commit
6a384a09a2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ PR expectations:
|
||||||
- PRs remain small and focused
|
- PRs remain small and focused
|
||||||
- If needed, we can put changes behind feature flags as they evolve
|
- If needed, we can put changes behind feature flags as they evolve
|
||||||
- Commits are atomic (i.e. do a single thing)
|
- Commits are atomic (i.e. do a single thing)
|
||||||
- Commits are in [Conventional Commit](conventionalcommits.org/) style
|
- Commits are in [Conventional Commit](https://www.conventionalcommits.org/) style
|
||||||
|
|
||||||
We recognize that these are ideals and we don't want lack of comfort with git
|
We recognize that these are ideals and we don't want lack of comfort with git
|
||||||
to get in the way of contributing. If you didn't do these, bring it up with
|
to get in the way of contributing. If you didn't do these, bring it up with
|
||||||
|
|
Loading…
Reference in a new issue