Skip to content

Commit 03845ea

Browse files
authored
docs(CONTRIBUTING.md): enhance clarity and grammar (#172)
1 parent 0c8efb6 commit 03845ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ so do familiarize yourself with the following guidelines.
2020
* Use imports with '*'.
2121
* [Build the project](#building) to make sure it all works and passes the tests.
2222
* If you fix a bug:
23-
* Write the test the reproduces the bug.
23+
* Write the test that reproduces the bug.
2424
* Fixes without tests are accepted only in exceptional circumstances if it can be shown that writing the
2525
corresponding test is too hard or otherwise impractical.
2626
* Follow the style of writing tests that is used in this project:
2727
name test functions as `testXxx`. Don't use backticks in test names.
28-
* Comment on the existing issue if you want to work on it. Ensure that the issue not only describes a problem,
29-
but also describes a solution that had received a positive feedback. Propose a solution if there isn't any.
28+
* Comment on the existing issue if you want to work on it. Ensure that the issue not only describes a problem, but also describes a solution that has received positive feedback. Propose a solution if none has been suggested.
3029

3130
## Building
3231

@@ -44,4 +43,4 @@ to Gradle (in Preferences -> Build, Execution, Deployment -> Build Tools -> Grad
4443

4544
* Use the [Binary Compatibility Validator](https://github.com/Kotlin/binary-compatibility-validator/blob/master/README.md) for updates to public API:
4645
* Run `./gradlew apiDump` to update API index files.
47-
* Commit the updated API indexes together with other changes.
46+
* Commit the updated API indexes together with other changes.

0 commit comments

Comments
 (0)