Skip to content

Commit f5e322a

Browse files
committed
Improve formatting in AUTHORS.md and CONTRIBUTING.md
Signed-off-by: Izaak Beekman <[email protected]> (cherry picked from commit 68c0908)
1 parent a87681e commit f5e322a

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

AUTHORS.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Below is a list of people and organizations that have contributed
2-
# to the OpenCoarrays libraries
3-
#
1+
# Contributors to OpenCoarrays
42

5-
Alessandro Fanfarillo <[email protected]>
6-
Damian Rouson <[email protected]>
7-
Daniel Carrera <[email protected]>
8-
Jeff Hammond <[email protected]>
9-
Tobias Burnus <[email protected]>
3+
- Alessandro Fanfarillo <[email protected]>
4+
- Damian Rouson <[email protected]>
5+
- Daniel Carrera <[email protected]>
6+
- Jeff Hammond <[email protected]>
7+
- Tobias Burnus <[email protected]>

CONTRIBUTING.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
Contribution procedure
1+
# Contribution procedure
22

33
This document describes several pieces of information required for
44
a contribution of code to OpenCoarrays to be approved.
55

6-
----------------------------------------------------------------------
76

8-
Pull requests
7+
# Pull requests
98

109
We accept pull requests on the GitHub repository.
1110
Please follow the procedure explained at
@@ -17,9 +16,8 @@ git commit --signoff
1716

1817
in order to accept the Developer Certificate of Origin (below).
1918

20-
--------------------------------------------------------------------
2119

22-
Developer Certificate of Origin
20+
# Developer Certificate of Origin
2321
Version 1.1
2422

2523
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
@@ -34,23 +32,23 @@ Developer's Certificate of Origin 1.1
3432

3533
By making a contribution to this project, I certify that:
3634

37-
(a) The contribution was created in whole or in part by me and I
35+
1. The contribution was created in whole or in part by me and I
3836
have the right to submit it under the open source license
3937
indicated in the file; or
4038

41-
(b) The contribution is based upon previous work that, to the best
39+
2. The contribution is based upon previous work that, to the best
4240
of my knowledge, is covered under an appropriate open source
4341
license and I have the right under that license to submit that
4442
work with modifications, whether created in whole or in part
4543
by me, under the same open source license (unless I am
4644
permitted to submit under a different license), as indicated
4745
in the file; or
4846

49-
(c) The contribution was provided directly to me by some other
47+
3. The contribution was provided directly to me by some other
5048
person who certified (a), (b) or (c) and I have not modified
5149
it.
5250

53-
(d) I understand and agree that this project and the contribution
51+
4. I understand and agree that this project and the contribution
5452
are public and that a record of the contribution (including all
5553
personal information I submit with it, including my sign-off) is
5654
maintained indefinitely and may be redistributed consistent with

0 commit comments

Comments
 (0)