mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
doc: Fix typos in code reviewing doc.
Made some spelling and grammatical changes.
This commit is contained in:
@@ -20,7 +20,7 @@ development community server](https://zulip.com/development-community/), would
|
||||
help in reaching out to a wider group of reviewers. Either way, please be
|
||||
patient and mindful of the fact that it isn't possible to provide a
|
||||
quick reply always, but that the reviewer would get to it sooner or later.
|
||||
Lastly, ensuring the your PR passes CI and is organized into coherent
|
||||
Lastly, ensuring that your PR passes CI and is organized into coherent
|
||||
commits would help save reviewers time, which could otherwise be used
|
||||
to dive right into reviewing the PR's core functionality.
|
||||
|
||||
@@ -170,8 +170,8 @@ sooner is better.
|
||||
conflicts) if there are still user experience issues under
|
||||
discussion for the feature itself.
|
||||
|
||||
- _Completeness._ For refactorings, verify that the changes are
|
||||
complete. Usually one can check that efficiently using `git grep`,
|
||||
- _Completeness._ When reviewing a refactor, verify that the changes are
|
||||
complete. Usually, one can check that efficiently using `git grep`,
|
||||
and it's worth it, as we very frequently find issues by doing so.
|
||||
|
||||
- _Documentation updates._ If this changes how something works, does it
|
||||
|
||||
Reference in New Issue
Block a user