source: LMDZ6/branches/Amaury_dev/tools/fcm/CONTRIBUTING.md

Last change on this file was 5129, checked in by abarral, 8 weeks ago

Re-add removed by mistake fcm

File size: 3.4 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* Tim Pillinger (Met Office, UK)
38* Joe Mancell (Met Office, UK)
39
40(All contributors are identifiable with email addresses in the version
41control logs or otherwise.)
42
43## Contributor Licence Agreement and Certificate of Origin
44
45By making a contribution to this project, I certify that:
46
47(a) The contribution was created in whole or in part by me and I have
48    the right to submit it, either on my behalf or on behalf of my
49    employer, under the terms and conditions as described by this file;
50    or
51
52(b) The contribution is based upon previous work that, to the best of
53    my knowledge, is covered under an appropriate licence and I have
54    the right or permission from the copyright owner under that licence
55    to submit that work with modifications, whether created in whole or
56    in part by me, under the terms and conditions as described by
57    this file; or
58
59(c) The contribution was provided directly to me by some other person
60    who certified (a) or (b) and I have not modified it.
61
62(d) I understand and agree that this project and the contribution
63    are public and that a record of the contribution (including my
64    name and email address) is retained for the full term of
65    the copyright and may be redistributed consistent with this project
66    or the licence(s) involved.
67
68(e) I, or my employer, grant to the UK Met Office and all recipients of
69    this software a perpetual, worldwide, non-exclusive, no-charge,
70    royalty-free, irrevocable copyright licence to reproduce, modify,
71    prepare derivative works of, publicly display, publicly perform,
72    sub-licence, and distribute this contribution and such modifications
73    and derivative works consistent with this project or the licence(s)
74    involved or other appropriate open source licence(s) specified by
75    the project and approved by the
76    [Open Source Initiative (OSI)](http://www.opensource.org/).
77
78(f) If I become aware of anything that would make any of the above
79    inaccurate, in any way, I will let the UK Met Office know as soon as
80    I become aware.
81
82(The FCM Contributor Licence Agreement and Certificate of Origin is
83inspired by the Certificate of Origin used by Enyo and the Linux
84Kernel.)
Note: See TracBrowser for help on using the repository browser.