New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
CONTRIBUTING.md in vendors/FCM-2017.10.0 – NEMO

source: vendors/FCM-2017.10.0/CONTRIBUTING.md @ 13197

Last change on this file since 13197 was 10672, checked in by nicolasmartin, 5 years ago

Reimport latest FCM release

File size: 3.3 KB
Line 
1# FCM: How to Contribute
2
3## Report Bugs
4
5Report bugs and request enhancement by opening an issue on
6[FCM issues @ Github](https://github.com/metomi/fcm/issues). If reporting a
7bug, add a recipe for repeating it. If requesting an enhancement,
8describe the use case in detail.
9
10## Contribute Code
11
12All contributions to FCM are made via pull requests against the *master*
13branch of [metomi/fcm](https://github.com/metomi/fcm). New contributors
14should add their details to the [Code Contributors](#code-contributors)
15section of this file as part of their first request. The developer who
16reviews each pull request is responsible for checking that the
17contributor's name is listed in this file before merging the pull request
18into *master*.
19
20## Code Contributors
21
22The following people have contributed to this code under the terms of
23the Contributor Licence Agreement and Certificate of Origin detailed
24below:
25
26* Jim Bolton (Met Office, UK)
27* Andrew Clark (Met Office, UK)
28* Paul Cresswell (Met Office, UK)
29* Martin Dix (CSIRO, Australia)
30* Ben Fitzpatrick (Met Office, UK)
31* Dave Matthews (Met Office, UK)
32* Stephen Oxley (Met Office, UK)
33* Matt Pryor (Met Office, UK)
34* Roddy Sharp (Met Office, UK)
35* Matt Shin (Met Office, UK)
36* Stuart Whitehouse (Met Office, UK)
37
38(All contributors are identifiable with email addresses in the version
39control logs or otherwise.)
40
41## Contributor Licence Agreement and Certificate of Origin
42
43By making a contribution to this project, I certify that:
44
45(a) The contribution was created in whole or in part by me and I have
46    the right to submit it, either on my behalf or on behalf of my
47    employer, under the terms and conditions as described by this file;
48    or
49
50(b) The contribution is based upon previous work that, to the best of
51    my knowledge, is covered under an appropriate licence and I have
52    the right or permission from the copyright owner under that licence
53    to submit that work with modifications, whether created in whole or
54    in part by me, under the terms and conditions as described by
55    this file; or
56
57(c) The contribution was provided directly to me by some other person
58    who certified (a) or (b) and I have not modified it.
59
60(d) I understand and agree that this project and the contribution
61    are public and that a record of the contribution (including my
62    name and email address) is maintained indefinitely and may be
63    redistributed consistent with this project or the licence(s)
64    involved.
65
66(e) I, or my employer, grant to the UK Met Office and all recipients of
67    this software a perpetual, worldwide, non-exclusive, no-charge,
68    royalty-free, irrevocable copyright licence to reproduce, modify,
69    prepare derivative works of, publicly display, publicly perform,
70    sub-licence, and distribute this contribution and such modifications
71    and derivative works consistent with this project or the licence(s)
72    involved or other appropriate open source licence(s) specified by
73    the project and approved by the
74    [Open Source Initiative (OSI)](http://www.opensource.org/).
75
76(f) If I become aware of anything that would make any of the above
77    inaccurate, in any way, I will let the UK Met Office know as soon as
78    I become aware.
79
80(The FCM Contributor Licence Agreement and Certificate of Origin is
81inspired by the Certificate of Origin used by Enyo and the Linux
82Kernel.)
Note: See TracBrowser for help on using the repository browser.