Skip to content

Commit ce4e941

Browse files
committed
Address review comments
1 parent 8a144a9 commit ce4e941

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/CONTRIBUTING.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Bugs and Features
55
-----------------
66

77
If you have found any bugs or would like to request a new feature, please do
8-
check if there is an existing issue already filed for the same, in the
9-
project's GitHub `issue tracker`_. If not, please file a new issue.
8+
check in the project's GitHub `issue tracker`_, if there is a similar existing
9+
issue already filed. If not, please file a new issue.
1010

1111
If you want to help out by fixing bugs, choose an issue from the `issue
1212
tracker`_ to work on and claim it by posting a comment saying "I would like to
1313
work on this.". Feel free to ask any doubts in the issue thread.
1414

1515
Once you have implemented the feature to an extent, go ahead and file a pull
16-
request, following the tips below. File a pull request early to get feedback as
17-
early as possible.
16+
request by following the tips below. File a pull request early to get feedback
17+
as early as possible.
1818

1919
Pull Requests
2020
-------------
@@ -27,8 +27,8 @@ land a single large feature.
2727
Checklist:
2828

2929
1. All pull requests *must* be made against the ``master`` branch.
30-
2. Include tests for any functionality you implement. Any contributions helping
31-
improve existing tests is welcome.
30+
2. Include tests for any functionality you implement. Contributions that
31+
improve existing tests are welcome.
3232
3. Update documentation as necessary and provide documentation for any new
3333
functionality.
3434
4. In case of UI changes, please include screenshots.

0 commit comments

Comments
 (0)