1 | # FCM: How to Contribute |
---|
2 | |
---|
3 | ## Report Bugs |
---|
4 | |
---|
5 | Report bugs and request enhancement by opening an issue on |
---|
6 | [FCM issues @ Github](https://github.com/metomi/fcm/issues). If reporting a |
---|
7 | bug, add a recipe for repeating it. If requesting an enhancement, |
---|
8 | describe the use case in detail. |
---|
9 | |
---|
10 | ## Contribute Code |
---|
11 | |
---|
12 | All contributions to FCM are made via pull requests against the *master* |
---|
13 | branch of [metomi/fcm](https://github.com/metomi/fcm). New contributors |
---|
14 | should add their details to the [Code Contributors](#code-contributors) |
---|
15 | section of this file as part of their first request. The developer who |
---|
16 | reviews each pull request is responsible for checking that the |
---|
17 | contributor's name is listed in this file before merging the pull request |
---|
18 | into *master*. |
---|
19 | |
---|
20 | ## Code Contributors |
---|
21 | |
---|
22 | The following people have contributed to this code under the terms of |
---|
23 | the Contributor Licence Agreement and Certificate of Origin detailed |
---|
24 | below: |
---|
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 |
---|
41 | control logs or otherwise.) |
---|
42 | |
---|
43 | ## Contributor Licence Agreement and Certificate of Origin |
---|
44 | |
---|
45 | By 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 |
---|
83 | inspired by the Certificate of Origin used by Enyo and the Linux |
---|
84 | Kernel.) |
---|