@@ -19,7 +19,7 @@ Bug reports and enhancement requests
1919====================================
2020
2121Bug reports and enhancement requests are an important part of making pandas more stable and
22- are curated though Github issues. When reporting an issue or request, please select the `appropriate
22+ are curated through Github issues. When reporting an issue or request, please select the `appropriate
2323category and fill out the issue form fully <https://github.com/pandas-dev/pandas/issues/new/choose> `_
2424to ensure others and the core development team can fully understand the scope of the issue.
2525
@@ -38,12 +38,12 @@ are typically good for newer contributors.
3838
3939Once you've found an interesting issue, leave a comment with your intention
4040to start working on it. If somebody else has
41- already commented on issue but they have shown a lack of activity in the issue
41+ already commented on the issue but they have shown a lack of activity in the issue
4242or a pull request in the past 2-3 weeks, you may take it over.
4343
4444If for whatever reason you are not able to continue working with the issue, please
4545leave a comment on an issue, so other people know it's available again. You can check the list of
46- assigned issues, since people may not be working in them anymore.
46+ assigned issues, since people may not be working on them anymore.
4747
4848We have several :ref: `contributor community <community >` communication channels, which you are
4949welcome to join, and ask questions as you figure things out. Among them are regular meetings for
@@ -218,12 +218,12 @@ happen, a pull request needs to be submitted on GitHub.
218218Making a pull request
219219---------------------
220220
221- One you have finished your code changes, your code change will need to follow the
221+ Once you have finished your code changes, your code change will need to follow the
222222:ref: `pandas contribution guidelines <contributing_codebase >` to be successfully accepted.
223223
224224If everything looks good, you are ready to make a pull request. A pull request is how
225225code from your local repository becomes available to the GitHub community to review
226- and merged into project to appear the in the next release. To submit a pull request:
226+ and merged into the project to appear in the next release. To submit a pull request:
227227
228228#. Navigate to your repository on GitHub
229229#. Click on the ``Compare & pull request `` button
@@ -284,7 +284,7 @@ Once the conflicts are resolved, run:
284284 `stash docs <https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning >`__).
285285 This will effectively store your changes and they can be reapplied after updating.
286286
287- After the feature branch has been update locally, you can now update your pull
287+ After the feature branch has been updated locally, you can now update your pull
288288request by pushing to the branch on GitHub:
289289
290290.. code-block :: shell
0 commit comments