From 442119154d5b0c4b93853a6bcf5001ecccd2a4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Mon, 3 Feb 2025 20:27:07 +0100 Subject: [PATCH 1/3] Add users #252 #253 --- USERS.cff | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/USERS.cff b/USERS.cff index 5790f438..3e5fe8ed 100644 --- a/USERS.cff +++ b/USERS.cff @@ -10,9 +10,23 @@ authors: alias: "@Ludee" affiliation: "Reiner Lemoine Institut" orcid: "https://orcid.org/0000-0003-4655-2321" + comment: "Main developer and user https://openenergyplatform.org/" - family-names: "Huber" given-names: "Jonas" alias: "@jh-RLI" website: "https://github.com/jh-RLI" affiliation: "Reiner Lemoine Institut" - orcid: "https://orcid.org/0000-0002-6234-0751" \ No newline at end of file + orcid: "https://orcid.org/0000-0002-6234-0751" + comment: "Main developer and user https://openenergyplatform.org/" + - family-names: "Helfenbein" + given-names: "Kilian" + alias: "khelfen" + affiliation: "Reiner Lemoine Institut" + orcid: "https://orcid.org/0000-0001-8001-5293" + comment: "https://github.com/openego/ding0" + - family-names: "Büttner" + given-names: "Clara" + alias: "ClaraBuettner" + affiliation: "Flensburg University of Applied Sciences" + orcid: "https://orcid.org/0009-0003-4903-3348" + comment: "https://github.com/openego/powerd-data" From 57a8c92ab058db7d2c96efb4cdf27bcb34215d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Mon, 3 Feb 2025 20:27:46 +0100 Subject: [PATCH 2/3] Update issue template #252 --- .github/ISSUE_TEMPLATE/issue_template_user_kudos.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template_user_kudos.md b/.github/ISSUE_TEMPLATE/issue_template_user_kudos.md index e3036fdd..5499ad58 100644 --- a/.github/ISSUE_TEMPLATE/issue_template_user_kudos.md +++ b/.github/ISSUE_TEMPLATE/issue_template_user_kudos.md @@ -16,8 +16,9 @@ assignees: '' I thank the developers of the project.
Please add my information to the file [USERS.cff](https://github.com/OpenEnergyPlatform/oemetadata/blob/production/USERS.cff). -family-names: -given-names: -alias: -affiliation: -orcid: +family-names: "" +given-names: "" +alias: "" +affiliation: "" +orcid: "https://orcid.org/" +comment: "https://" From e21a16c24641c5bec518b1de53e405cf163eb805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Mon, 3 Feb 2025 20:31:04 +0100 Subject: [PATCH 3/3] Update changelog #252 #253 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5ee80b..a4f4b1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- [(#)]() +- Add new user [(#255)](https://github.com/OpenEnergyPlatform/oemetadata/pull/255) ### Changed - [(#)]()