fix: grammar in multiple files (#16403)

This commit is contained in:
crStiv
2025-05-22 14:10:41 +03:00
committed by GitHub
parent 70dab9f70d
commit 6389242a53
4 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
### Assigning issues
Before working on an issue, it should be assigned to the person who wants to work on it. For core contributors, this means assigning yourself to the issue, and for external contributors this means asking to be assigned on the issue. This is to avoid double work.
Before working on an issue, it should be assigned to the person who wants to work on it. For core contributors, this means assigning yourself to the issue, and for external contributors, this means asking to be assigned to the issue. This is to avoid double work.
### Pull requests
@@ -25,7 +25,7 @@ gitGraph
- Features and bug fixes live on feature branches off of the main branch, and they are merged onto main as well.
This means that the latest version of reth (which might be unstable) always lives on main.
- Pull requests should not be merged without the review of at least one core contributor. For larger pull requests, at least two is recommended.
- Pull requests should not be merged without the review of at least one core contributor. For larger pull requests, at least two reviewers are recommended.
- Important pull requests that should be highlighted in the changelog should be marked with the https://github.com/paradigmxyz/reth/labels/M-changelog label.
### Releases
@@ -59,4 +59,4 @@ gitGraph
- Additionally, each PR is again tested before release by being run every night on a live testnet
[clippy]: https://github.com/rust-lang/rust-clippy
[rustfmt]: https://github.com/rust-lang/rustfmt
[rustfmt]: https://github.com/rust-lang/rustfmt