From 67467e5a712cdbfeed8465cffe344f489ff01b15 Mon Sep 17 00:00:00 2001 From: Luke Hoffmann Date: Wed, 12 Nov 2025 14:49:50 +1100 Subject: [PATCH 1/4] Mention code of coduct in contributing --- docs/contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index 673c0950..3077ad73 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](../CODE_OF_CONDUCT.md) before contributing and help us create a welcoming and safe environment for everyone. ## Getting Started From 98778254a9828b5357236b40a2ea5b01b9dfe157 Mon Sep 17 00:00:00 2001 From: Luke Hoffmann Date: Wed, 12 Nov 2025 15:09:00 +1100 Subject: [PATCH 2/4] Describe zenodo process in contributing.md --- docs/contributing.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index 3077ad73..c70229b8 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -28,3 +28,18 @@ 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`](../.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. + +``` From f8256b41b3fdcfe32cd499941e1cce4ff4350cc0 Mon Sep 17 00:00:00 2001 From: Luke Hoffmann Date: Wed, 12 Nov 2025 15:22:36 +1100 Subject: [PATCH 3/4] Add myself to zenodo list --- .zenodo.json | 5 +++++ 1 file changed, 5 insertions(+) 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", From de540ac7d577cbdfcc175e4d4605aa88b8584918 Mon Sep 17 00:00:00 2001 From: Luke Hoffmann Date: Thu, 13 Nov 2025 09:36:21 +1100 Subject: [PATCH 4/4] Use full URLs for links --- docs/contributing.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index c70229b8..025d3a18 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -10,7 +10,7 @@ If you are thinking about contributing some code to PyEarthTools, you are very w ## Code of Conduct -Please review our [Code of Conduct](../CODE_OF_CONDUCT.md) before contributing and help us create a welcoming and safe environment for everyone. +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 @@ -34,12 +34,10 @@ Details of the contribution workflow can be found in the [Developer Guide](https 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`](../.zenodo.json), at the bottom of the “creators” section. The fields you will need to complete are: +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. - -```