Skip to content

Commit 869839a

Browse files
awvwgkjvdp1
andauthored
Wording and grammar fixes
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 0aab639 commit 869839a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for considering contributing to the Fortran standard library (*stdlib*
44
Please review and follow these guidelines to make the contribution process
55
simple and effective for all involved. It will help communicate that you
66
respect the time of the community developers. In return, the community will
7-
help address your problem, evaluate changes, and guide you through your pull
7+
help to address your problem, evaluate changes, and guide you through your pull
88
requests.
99

1010
By contributing to *stdlib*, you certify that you own or are allowed to share the
@@ -24,7 +24,7 @@ content of your contribution under the
2424
Please follow the
2525
[Fortran stdlib style guide](https://github.com/fortran-lang/stdlib/blob/master/STYLE_GUIDE.md)
2626
for any Fortran code that you contribute.
27-
This allows us to focus on substance rather than style.
27+
This allows the community to focus on substance rather than style.
2828

2929
The style guide is a living document.
3030
You are welcome to propose changes to the style guide by
@@ -35,7 +35,7 @@ You are welcome to propose changes to the style guide by
3535
## Reporting a bug
3636

3737
A bug is a *demonstrable problem* caused by the code in this repository.
38-
Good bug reports are extremely valuable to us—thank you!
38+
Good bug reports are extremely valuable to the community—thank you!
3939

4040
Before opening a bug report:
4141

@@ -49,14 +49,14 @@ A good bug report should include all information needed to reproduce the bug.
4949
Please be as detailed as possible:
5050

5151
1. Which version of *stdlib* are you using?
52-
What compiler version are you using?
53-
Which platform and architecture are on?
52+
Which compiler version are you using?
53+
Which platform and architecture are you on?
5454
Please be specific.
5555
2. What are the steps to reproduce the issue?
5656
3. What is the expected outcome?
5757
4. What happens instead?
5858

59-
This information will help the community diagnose the issue quickly and with
59+
This information will help the community to diagnose the issue quickly and with
6060
minimal back-and-forth.
6161

6262

@@ -65,7 +65,7 @@ minimal back-and-forth.
6565
Before suggesting a new feature, take a moment to find out if it fits the scope
6666
of the project, or if it has already been discussed. It is up to you to provide
6767
a strong argument to convince the community of the benefits of this feature.
68-
Please provide as much detail and context as possible. If applicable, include a
68+
Please provide as much details and context as possible. If applicable, include a
6969
mocked-up snippet of what the output or behavior would look like with this
7070
feature implemented. “Crazy,” out-of-the-box ideas are especially welcome.
7171
It’s quite possible that we are not considering an unusually creative solution.
@@ -87,8 +87,8 @@ You are welcome to propose changes to the workflow by
8787
* A PR should implement *only one* feature or bug fix.
8888
* Do not commit changes to files that are irrelevant to your feature or bug fix.
8989
* Smaller PRs are better than large PRs, and will lead to a shorter review and
90-
merge cycle
91-
* Add tests for your feature or bug fix to be sure that it stays functional and useful
90+
merge cycle.
91+
* Add tests for your feature or bug fix to be sure that it stays functional and useful.
9292
* Be open to constructive criticism and requests for improving your code.
9393
* Again, please follow the
9494
[Fortran stdlib style guide](https://github.com/fortran-lang/stdlib/blob/master/STYLE_GUIDE.md).

0 commit comments

Comments
 (0)