From 6af38bcdcc9dd2f7f87675b808a9157b10ca1150 Mon Sep 17 00:00:00 2001 From: i-fix-typos <146758284+i-fix-typos@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:47:59 +0200 Subject: [PATCH] doc: fix typos in CONTRIBUTING.md (#9624) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c06a76113e6..49de9439f78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ If you are looking for relatively simple tasks to familiarise yourself with `nearcore`, please check out issues labeled with the `C-good-first-issue` label [here](https://github.com/near/nearcore/labels/C-good-first-issue). If you see one that looks interesting and is unassigned or has not been actively worked on -in some time, please ask to have the issue be assigned to you and someone from +in some time, please ask to have the issue assigned to you and someone from the team should help you get started. We do not always keep the issue tracker up-to-date, so if you do not find an interesting task to work on, please ask for help on our zulip channel. @@ -142,7 +142,7 @@ Once your change ends up in master, it will be released with the rest of the changes by other contributors on the regular release schedules. On [betanet](https://docs.near.org/docs/concepts/networks#betanet) we run -nightly build from master with all the nightly protocol feature enabled. Every +nightly build from master with all the nightly protocol features enabled. Every five weeks, we stabilize some protocol features and make a release candidate for testnet. The process for feature stabilization can be found in [this document](docs/protocol_upgrade.md). After the release candidate has been