Skip to content

Commit 58b03af

Browse files
authored
Merge pull request #1927 from mo8it/docs
doc: Update outdated info
2 parents 5652862 + 971e7f9 commit 58b03af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ _implement a new feature! ➡️ [open an Issue to discuss it first, then a Pull
2121

2222
`rustlings` is basically a glorified `rustc` wrapper. Therefore the source code
2323
isn't really that complicated since the bulk of the work is done by `rustc`.
24-
`src/main.rs` contains a simple `argh` CLI that connects to most of the other source files.
2524

2625
<a name="addex"></a>
2726
### Adding an exercise
@@ -66,7 +65,7 @@ changes. There's a couple of things to watch out for:
6665

6766
#### Write correct commit messages
6867

69-
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
68+
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
7069
specification.
7170
This means that you have to format your commit messages in a specific way. Say
7271
you're working on adding a new exercise called `foobar1.rs`. You could write

0 commit comments

Comments
 (0)