|
| 1 | +# Cylc: How to Contribute |
| 2 | + |
| 3 | +Thanks for you interest in the Cylc project! |
| 4 | + |
| 5 | +Contributions are welcome, please open an issue to discuss changes before |
| 6 | +raising a pull request. |
| 7 | + |
| 8 | +You can also get in touch via: |
| 9 | + |
| 10 | +* The developers chat: [](https://matrix.to/#/#cylc-general:matrix.org) |
| 11 | +* The forum: [](https://cylc.discourse.group/) |
| 12 | + |
| 13 | + |
| 14 | +## New Contributors |
| 15 | + |
| 16 | +Please read the [CLA](#contributor-licence-agreement-and-certificate-of-origin). |
| 17 | + |
| 18 | +Please add your name to the |
| 19 | +[Code Contributors](#code-contributors) section of this file as part of your |
| 20 | +first Pull Request (for each Cylc repository you contribute to). |
| 21 | + |
| 22 | + |
| 23 | +## Code Contributors |
| 24 | + |
| 25 | +The following people have contributed to this code under the terms of |
| 26 | +the Contributor Licence Agreement and Certificate of Origin detailed |
| 27 | +below: |
| 28 | + |
| 29 | +<!-- start-shortlog --> |
| 30 | + - Oliver Sanders |
| 31 | +<!-- end-shortlog --> |
| 32 | + |
| 33 | +(All contributors are identifiable with email addresses in the git version |
| 34 | +control logs or otherwise.) |
| 35 | + |
| 36 | + |
| 37 | +## Contributor Licence Agreement and Certificate of Origin |
| 38 | + |
| 39 | +By making a contribution to this project, I certify that: |
| 40 | + |
| 41 | +(a) The contribution was created in whole or in part by me and I have |
| 42 | + the right to submit it, either on my behalf or on behalf of my |
| 43 | + employer, under the terms and conditions as described by this file; |
| 44 | + or |
| 45 | + |
| 46 | +(b) The contribution is based upon previous work that, to the best of |
| 47 | + my knowledge, is covered under an appropriate licence and I have |
| 48 | + the right or permission from the copyright owner under that licence |
| 49 | + to submit that work with modifications, whether created in whole or |
| 50 | + in part by me, under the terms and conditions as described by |
| 51 | + this file; or |
| 52 | + |
| 53 | +(c) The contribution was provided directly to me by some other person |
| 54 | + who certified (a) or (b) and I have not modified it. |
| 55 | + |
| 56 | +(d) I understand and agree that this project and the contribution |
| 57 | + are public and that a record of the contribution (including my |
| 58 | + name and email address) is retained for the full term of |
| 59 | + the copyright and may be redistributed consistent with this project |
| 60 | + or the licence(s) involved. |
| 61 | + |
| 62 | +(e) I, or my employer, grant to NIWA and all recipients of |
| 63 | + this software a perpetual, worldwide, non-exclusive, no-charge, |
| 64 | + royalty-free, irrevocable copyright licence to reproduce, modify, |
| 65 | + prepare derivative works of, publicly display, publicly perform, |
| 66 | + sub-licence, and distribute this contribution and such modifications |
| 67 | + and derivative works consistent with this project or the licence(s) |
| 68 | + involved or other appropriate open source licence(s) specified by |
| 69 | + the project and approved by the |
| 70 | + [Open Source Initiative (OSI)](http://www.opensource.org/). |
| 71 | + |
| 72 | +(f) If I become aware of anything that would make any of the above |
| 73 | + inaccurate, in any way, I will let NIWA know as soon as |
| 74 | + I become aware. |
| 75 | + |
| 76 | +(The Cylc Contributor Licence Agreement and Certificate of Origin is |
| 77 | +inspired that of [Rose](https://github.com/metomi/rose), which in turn was |
| 78 | +inspired by the Certificate of Origin used by Enyo and the Linux Kernel.) |
0 commit comments