From cf41c3ae5897ac943b6811dd572b50ce695365ab Mon Sep 17 00:00:00 2001 From: Stefan Pfenninger Date: Fri, 19 Jun 2026 14:45:21 +0200 Subject: [PATCH 1/3] Add all-contributors --- .all-contributorsrc | 56 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 25 ++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..e2e1643 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,56 @@ +{ + "projectName": "module_area_potentials", + "projectOwner": "modelblocks-org", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "contributorsSortAlphabetically": true, + "contributorsPerLine": 7, + "linkToUsage": true + "commit": false, + "commitConvention": "none", + "imageSize": 100, + "contributors": [ + { + "login": "sjpfenninger", + "name": "Stefan Pfenninger-Lee", + "avatar_url": "https://avatars.githubusercontent.com/u/141709?v=4", + "profile": "https://github.com/sjpfenninger", + "contributions": [ + "code", + "doc", + "ideas" + ] + }, + { + "login": "LinhHo", + "name": "Linh Ho", + "avatar_url": "https://avatars.githubusercontent.com/u/45103089?v=4", + "profile": "https://github.com/LinhHo", + "contributions": [ + "code", + "ideas" + ] + }, + { + "login": "irm-codebase", + "name": "Ivan Ruiz Manuel", + "avatar_url": "https://avatars.githubusercontent.com/u/72193617?v=4", + "profile": "https://orcid.org/0000-0003-2288-6423", + "contributions": [ + "code" + ] + }, + { + "login": "jnnr", + "name": "Jann Launer", + "avatar_url": "https://avatars.githubusercontent.com/u/32454596?v=4", + "profile": "https://github.com/jnnr", + "contributions": [ + "ideas" + ] + } + ] +} diff --git a/README.md b/README.md index 002d7e4..cc7cb9a 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,28 @@ This module is based on the following research and datasets: * License: "The GHSL has been produced by the EC JRC as open and free data. Reuse is authorised, provided the source is acknowledged." * [WDPA (World Database on Protected Areas)](https://www.protectedplanet.net/) * License: Non-commercial allowed. Citation: "UNEP-WCMC and IUCN (2025), Protected Planet: The World Database on Protected Areas (WDPA) and World Database on Other Effective Area-based Conservation Measures (WD-OECM) [Online], June 2025, Cambridge, UK: UNEP-WCMC and IUCN. Available at: www.protectedplanet.net." + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + +
Ivan Ruiz Manuel
Ivan Ruiz Manuel

💻
Jann Launer
Jann Launer

🤔
Linh Ho
Linh Ho

💻 🤔
Stefan Pfenninger-Lee
Stefan Pfenninger-Lee

💻 📖 🤔
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 0534df59b2f20fccf138c4d478f787d207dfe637 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:50:03 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7cb9a..a6b7cd6 100644 --- a/README.md +++ b/README.md @@ -160,4 +160,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! From 5163855ba17681bab516c8315de9b493f2dbe5d6 Mon Sep 17 00:00:00 2001 From: Stefan Pfenninger-Lee Date: Fri, 19 Jun 2026 18:46:35 +0200 Subject: [PATCH 3/3] Fix malformed .all-contributorsrc Changed 'linkToUsage' setting from true to false. --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e2e1643..6ddad65 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -8,7 +8,7 @@ ], "contributorsSortAlphabetically": true, "contributorsPerLine": 7, - "linkToUsage": true + "linkToUsage": false, "commit": false, "commitConvention": "none", "imageSize": 100,