diff --git a/.zenodo.json b/.zenodo.json index dc3e1768..0016ca73 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -84,6 +84,11 @@ "orcid": "https://orcid.org/0009-0004-5881-0695", "affiliation": "ACCESS-NRI, Australia", "name": "Yang, Edward" + }, + { + "orcid": "https://orcid.org/0009-0006-3272-3678", + "affiliation": "Bureau of Meteorology, Australia", + "name": "Hoffmann, Luke" } ], "license": "Apache-2.0", diff --git a/docs/contributing.md b/docs/contributing.md index 673c0950..025d3a18 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -8,6 +8,9 @@ If you are thinking about contributing some code to PyEarthTools, you are very w [A pinned issue](https://github.com/ACCESS-Community-Hub/PyEarthTools/issues/174) contains a non-exhaustive list of things you could consider doing. Alternatively, you are very welcome to look through the GitHub issue tracker and see if there is anything that grabs your interest. If you are going to work on an issue, let me know so we can avoid people doubling up. +## Code of Conduct + +Please review our [Code of Conduct](https://github.com/ACCESS-Community-Hub/PyEarthTools/blob/develop/CODE_OF_CONDUCT.md) before contributing and help us create a welcoming and safe environment for everyone. ## Getting Started @@ -25,3 +28,16 @@ Details of the contribution workflow can be found in the [Developer Guide](https - Code reviews - Coding formatting and test coverage requirements - GitHub actions + + +## Contributor Recognition in Zenodo + +When we release a new version of PyEarthTools, that version is archived on Zenodo. See: https://doi.org/10.5281/zenodo.15760768 + +Once you have contributed to PyEarthtools, you may like to be listed on Zenodo as an author the next time PyEarthTools is archived. If so, add your details to [`.zenodo.json`](https://github.com/ACCESS-Community-Hub/PyEarthTools/blob/develop/.zenodo.json), at the bottom of the “creators” section. The fields you will need to complete are: + +1. “orcid”. This is an optional field. If you don’t have an ORCID, but would like one, you can obtain one here: https://info.orcid.org/researchers/ . +2. “affiliation”. Options include: the institution you are affiliated with, “Independent Researcher” or “Independent Contributor”. +3. “name”. Format: surname, given name(s). + +Submit this change, either as a new pull request or as part of another pull request you may be submitting.