From 990ab29200dd9e972eaa37b4c75462743b2a484b Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Fri, 5 Apr 2019 12:31:40 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28e4491..a7a2962 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ cargo test -- --test-threads=1 && cargo fmt --all -- --check Running the tests requires an internet connection and it it will download some files from the [Internet Archive](archive.org) The test suite sets a temporary sqlite database in the `/tmp` folder. -Due to that it's not possible to run them in parrallel. +Due to that it's not possible to run them in parallel. In order to run the test suite use the following: `cargo test -- --test-threads=1` @@ -100,7 +100,7 @@ Steps to reproduce: 2. Ensure the test suit passes. Run `cargo test -- --test-threads=1`. 3. Ensure your code is properly formated. Run `cargo fmt --all`. 4. If you're adding new API, it must be properly documented. -5. The commit message is formatted as follows: +5. The commit message has to be formatted as follows: ``` component: @@ -110,7 +110,7 @@ Steps to reproduce: ``` -6. You may merge the pull request in once you have the sign-off of the maintainers, or if you +6. You may merge the pull request once you have the sign-off of the maintainers, or if you do not have permission to do that, you may request the second reviewer to merge it for you. ## Code of Conduct