Skip to content

Commit 75f60ee

Browse files
committed
A few words on the CLA
1 parent 0e10221 commit 75f60ee

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributor Agreement
2+
3+
Jython is a Python Software Foundation project,
4+
and therefore we use the same process to ensure that
5+
code submitted by you is actually free for us to use,
6+
which is this
7+
[Contributor Agreement](https://www.python.org/psf/contrib/contrib-form/).
8+
9+
Up sides:
10+
* If you are a contributor to CPython, or its documentation, PEPs etc.,
11+
there's nothing else to do.
12+
* When you have signed up, you're all set to contribute to CPython too.
13+
14+
Down side:
15+
* The nice automation of the process built for CPython does not work here
16+
(because Jython is not part of the Python GitHub organisation[^1]).
17+
So only the manual process works.
18+
19+
When you've signed up,
20+
add yourself to the ACKNOWLEDGMENTS file in the form
21+
```
22+
Real Name (GitHub: githubname) C, YYYY-MM-DD
23+
```
24+
where the date is the current date (date of your sign up).
25+
26+
[^1]: Jython moved to GitHub as its own organisation
27+
before CPython made the leap.
28+

0 commit comments

Comments
 (0)