mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
Update the link to conventionalcommits.org
This commit is contained in:
parent
e7bb832bf3
commit
971e7f94dc
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ changes. There's a couple of things to watch out for:
|
|||
|
||||
#### Write correct commit messages
|
||||
|
||||
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
|
||||
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
|
||||
specification.
|
||||
This means that you have to format your commit messages in a specific way. Say
|
||||
you're working on adding a new exercise called `foobar1.rs`. You could write
|
||||
|
|
Loading…
Reference in a new issue