You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ MPI is used in production environments all around the world.
16
16
If you're contributing a small bug fix, awesome!
17
17
18
18
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
20
20
help maintain that functionality over time. We love new ideas and new
21
21
features, but we do need to be realistic in what we can reliably test
22
22
and deliver to our users.
@@ -53,7 +53,7 @@ email address.
53
53
54
54
* 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.
55
55
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.
57
57
58
58
## **Do you intend to add a new feature or change an existing one?**
59
59
@@ -71,7 +71,7 @@ There are a small number of style rules for Open MPI:
71
71
72
72
1. For all code:
73
73
* 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.
75
75
* m4 code is a bit weird in terms of indentation: we don't have a
76
76
good, consistent indentation style in our existing code. But
77
77
still: no tab characters at all.
@@ -86,4 +86,4 @@ There are a small number of style rules for Open MPI:
0 commit comments