mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-26 20:40:44 +00:00
docs(contributing): fix grammar (#1958)
This commit is contained in:
parent
617d31851a
commit
0b025db72b
@ -22,8 +22,8 @@ on the crate or its users should ideally be discussed in a "Feature Request" iss
|
||||
|
||||
### Keep PRs small, intentional, and focused
|
||||
|
||||
Try to do one pull request per change. The time taken to review a PR grows exponential with the size
|
||||
of the change. Small focused PRs will generally be much more faster to review. PRs that include both
|
||||
Try to do one pull request per change. The time taken to review a PR grows exponentially with the size
|
||||
of the change. Small focused PRs will generally be much faster to review. PRs that include both
|
||||
refactoring (or reformatting) with actual changes are more difficult to review as every line of the
|
||||
change becomes a place where a bug may have been introduced. Consider splitting refactoring /
|
||||
reformatting changes into a separate PR from those that make a behavioral change, as the tests help
|
||||
|
Loading…
x
Reference in New Issue
Block a user