188 | @@ -189,9 +189,15 @@ in the body of the pull request to indicate tasks are pending.
189 |
190 | At this stage, one should expect comments and review from other contributors. You
191 | can add more commits to your pull request by committing them locally and pushing
192 | -to your fork until you have satisfied all feedback.
193 | +to your fork.
194 |
195 | -Note: Code review is a burdensome but important part of the development process, and as such, certain types of pull requests are rejected. In general, if the **improvements** do not warrant the **review effort** required, the PR has a high chance of being rejected. It is up to the PR author to convince the reviewers that the changes warrant the review effort, and if reviewers are "Concept NACK'ing" the PR, the author may need to present arguments and/or do research backing their suggested changes.
196 | +As the pull request author you are expected to reply to any review comments
197 | +before your pull request is merged. You may interate the code or reject the
I think "interate" is a typo. What is this supposed to be, "iterate"? I think "update" or "adjust" would be better here?