Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copyedits to pull requests section of contributing.rst #89

Merged
merged 1 commit into from
Oct 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Please put feature requests on our `issue tracker`_.
Pull requests
-------------

When you submit a PR you'll see a template that pops up - it's reproduced
When you submit a PR, you'll see a template that pops up - it's reproduced
here.


- Provide a general summary of your changes in the Title
- Describe your changes in detail
- If the PR closes an issue make sure include e.g., `fix #4` or similar,
or if just relates to an issue make sure to mention it like `#4`
- If the PR closes an issue, make sure to include, e.g., `fix #4` or similar,
or if it just relates to an issue, make sure to mention it like `#4`
- If introducing a new feature or changing behavior of existing
methods/functions, include an example if possible to do in brief form
- Did you remember to include tests? Unless you're changing docs/grammar,
Expand Down