@@ -22,7 +22,7 @@ Submit issues [here](https://github.com/Kotlin/kotlinx.serialization/issues).
22
22
* Use a 'feature request' template when creating a new issue.
23
23
* Explain why you need the feature &mdash ; what's your use-case, what's your domain.
24
24
* Explaining the problem you face is more important than suggesting a solution.
25
- Report your problem even if you don't have any proposed solution.
25
+ Even if you don't have a proposed solution, please report your problem .
26
26
* If there is an alternative way to do what you need, then show the code of the alternative.
27
27
28
28
## Submitting PRs
@@ -40,7 +40,7 @@ so do familiarize yourself with the following guidelines.
40
40
* If you fix documentation:
41
41
* After fixing/changing code examples in the [ ` docs ` ] ( docs ) folder or updating any references in the markdown files
42
42
run the [ Knit tool] ( #running-the-knit-tool ) and commit the resulting changes as well.
43
- It will not pass the tests otherwise.
43
+ Your changes will not pass the tests otherwise.
44
44
* If you plan extensive rewrites/additions to the docs, then please [ contact the maintainers] ( #contacting-maintainers )
45
45
to coordinate the work in advance.
46
46
* If you make any code changes:
@@ -49,7 +49,7 @@ so do familiarize yourself with the following guidelines.
49
49
* Use imports with '* '.
50
50
* [ Build the project] ( #building ) to make sure it all works and passes the tests.
51
51
* If you fix a bug:
52
- * Write the test the reproduces the bug.
52
+ * Write the test that reproduces the bug.
53
53
* Fixes without tests are accepted only in exceptional circumstances if it can be shown that writing the
54
54
corresponding test is too hard or otherwise impractical.
55
55
* Follow the style of writing tests that is used in this project:
@@ -69,7 +69,7 @@ so do familiarize yourself with the following guidelines.
69
69
* You can submit a PR to the [ list of community-supported formats] ( formats/README.md#other-community-supported-formats )
70
70
with a description of your library.
71
71
* Comment on the existing issue if you want to work on it. Ensure that the issue not only describes a problem,
72
- but also describes a solution that had received a positive feedback. Propose a solution if there isn't any.
72
+ but also describes a solution that has received positive feedback. Propose a solution if there isn't any.
73
73
74
74
## Building
75
75
0 commit comments