1
- Contribution procedure
1
+ # Contribution procedure
2
2
3
3
This document describes several pieces of information required for
4
4
a contribution of code to OpenCoarrays to be approved.
5
5
6
- ----------------------------------------------------------------------
7
6
8
- Pull requests
7
+ # Pull requests
9
8
10
9
We accept pull requests on the GitHub repository.
11
10
Please follow the procedure explained at
@@ -17,9 +16,8 @@ git commit --signoff
17
16
18
17
in order to accept the Developer Certificate of Origin (below).
19
18
20
- --------------------------------------------------------------------
21
19
22
- Developer Certificate of Origin
20
+ # Developer Certificate of Origin
23
21
Version 1.1
24
22
25
23
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
@@ -34,23 +32,23 @@ Developer's Certificate of Origin 1.1
34
32
35
33
By making a contribution to this project, I certify that:
36
34
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
38
36
have the right to submit it under the open source license
39
37
indicated in the file; or
40
38
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
42
40
of my knowledge, is covered under an appropriate open source
43
41
license and I have the right under that license to submit that
44
42
work with modifications, whether created in whole or in part
45
43
by me, under the same open source license (unless I am
46
44
permitted to submit under a different license), as indicated
47
45
in the file; or
48
46
49
- (c) The contribution was provided directly to me by some other
47
+ 3 . The contribution was provided directly to me by some other
50
48
person who certified (a), (b) or (c) and I have not modified
51
49
it.
52
50
53
- (d) I understand and agree that this project and the contribution
51
+ 4 . I understand and agree that this project and the contribution
54
52
are public and that a record of the contribution (including all
55
53
personal information I submit with it, including my sign-off) is
56
54
maintained indefinitely and may be redistributed consistent with
0 commit comments