From 717ad4fdd9631c9ee2bafdf1f23891f80557a58e Mon Sep 17 00:00:00 2001 From: ghzlatarev Date: Mon, 21 Mar 2022 20:48:37 +0200 Subject: [PATCH] spell checks Signed-off-by: ghzlatarev --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f0de8f8e..a480b16a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ Please follow these steps to have your contribution considered by the maintainer * `-S` = `Verify commit using gpg key` 2. Follow all instructions in [the template](.github/PULL_REQUEST_TEMPLATE.md) 3. After you submit your pull request, verify that all CI checks are passing
What if CI checks are failing?If a CI check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem.
-4. If you have a significant design decision to make please document it as an ehancement request first, so we can review it and provide feedback before any code is written. +4. If you have a significant design decision to make please document it as an enhancement request first, so we can review it and provide feedback before any code is written. While the prerequisites above should be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.