Skip to content

Commit 0d3af11

Browse files
authored
Merge pull request #6187 from apjanke/style-for-signed-off-by-in-CONTRIBUTING.md
Minor style tweaks to CONTRIBUTING.md
2 parents 5223501 + fb1ae87 commit 0d3af11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MPI is used in production environments all around the world.
1616
If you're contributing a small bug fix, awesome!
1717

1818
If you're contributing a large new piece of functionality, that will
19-
be best viewed if you -- or someone, anyone -- is also stepping up to
19+
be best viewed if you or someone, anyone is also stepping up to
2020
help maintain that functionality over time. We love new ideas and new
2121
features, but we do need to be realistic in what we can reliably test
2222
and deliver to our users.
@@ -53,7 +53,7 @@ email address.
5353

5454
* Ensure the PR description clearly describes the problem and solution. If there is an existing GitHub issue open describing this bug, please include it in the description so we can close it.
5555

56-
* Before submitting, please read the [Contributing to the Open MPI Project FAQ](https://www.open-mpi.org/faq/?category=contributing) web page, and the [SubmittingPullRequests](https://github.com/open-mpi/ompi/wiki/SubmittingPullRequests) wiki. In particular, note that all git commits contributed to Open MPI require a Signed-off by line.
56+
* Before submitting, please read the [Contributing to the Open MPI Project FAQ](https://www.open-mpi.org/faq/?category=contributing) web page, and the [SubmittingPullRequests](https://github.com/open-mpi/ompi/wiki/SubmittingPullRequests) wiki page. In particular, note that all Git commits contributed to Open MPI require a "Signed-off-by" line.
5757

5858
## **Do you intend to add a new feature or change an existing one?**
5959

@@ -71,7 +71,7 @@ There are a small number of style rules for Open MPI:
7171

7272
1. For all code:
7373
* 4 space tabs. No more, no less.
74-
* No tab characters *at all*. 2 indentations are 8 spaces -- not a tab.
74+
* No tab characters *at all*. 2 indentations are 8 spaces not a tab.
7575
* m4 code is a bit weird in terms of indentation: we don't have a
7676
good, consistent indentation style in our existing code. But
7777
still: no tab characters at all.
@@ -86,4 +86,4 @@ There are a small number of style rules for Open MPI:
8686

8787
That's about it. Thank you!
8888

89-
- The Open MPI Team
89+
The Open MPI Team

0 commit comments

Comments
 (0)