summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMo <76752051+mo8it@users.noreply.github.com>2024-03-27 18:14:56 +0100
committerGitHub <noreply@github.com>2024-03-27 18:14:56 +0100
commit58b03af5870ba1652f366103c241c5d11807c9bf (patch)
tree65e1b0d8fa2cd78b8f8baf078030961038ce04e2 /CONTRIBUTING.md
parent5652862b23c84f6c7031c7de9753f395fa7b4361 (diff)
parent971e7f94dc58b6846e3b4e7f3d5df5b4ea72790b (diff)
Merge pull request #1927 from mo8it/docs
doc: Update outdated info
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cc8ac92..4fc7fb7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,6 @@ _implement a new feature! ➡️ [open an Issue to discuss it first, then a Pull
`rustlings` is basically a glorified `rustc` wrapper. Therefore the source code
isn't really that complicated since the bulk of the work is done by `rustc`.
-`src/main.rs` contains a simple `argh` CLI that connects to most of the other source files.
<a name="addex"></a>
### Adding an exercise
@@ -66,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