Skip to content

Commit a0fffa8

Browse files
committed
Clarifying legal and technical considerations
1 parent 6954877 commit a0fffa8

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CONTRIBUTING.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Thank you for your interest in Golo!
44

5+
## Legal considerations
6+
7+
If you are adding or modifying files you may add your own copyright line, but please ensure that the
8+
form is consistent with the existing files, and please note that a INSA-Lyon copyright line must
9+
appear in every copyright notice. All files are released under the terms of the *Apache Software
10+
License, Version 2.0*.
11+
12+
Last but not least, you need to sign a
13+
[contributor license agreement](http://golo-lang.org/legal/cla/)
14+
before your contribution can be accepted into the project.
15+
16+
## Technical considerations
17+
518
You can propose contributions by forking the GitHub reference repository and sending pull requests.
619
Do not make pull requests from your `master` branch, please use topic branches instead.
720

@@ -14,12 +27,4 @@ http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
1427
A contribution is not a good contribution unless it comes with unit tests, integration tests and
1528
documentation.
1629

17-
If you are adding or modifying files you may add your own copyright line, but please ensure that the
18-
form is consistent with the existing files, and please note that a INSA-Lyon copyright line must
19-
appear in every copyright notice. All files are released under the terms of the *Apache Software
20-
License, Version 2.0*.
21-
22-
Last but not least, you need to sign a
23-
[contributor license agreement](http://golo-lang.org/legal/cla/)
24-
before your contribution can be accepted into the project.
2530

0 commit comments

Comments
 (0)