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://"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8304c723..d12bfb69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
+- Add missing init files [(#254)](https://github.com/OpenEnergyPlatform/oemetadata/pull/254)
+- Add new user [(#255)](https://github.com/OpenEnergyPlatform/oemetadata/pull/255)
- Add pyproject.toml [(#256)](https://github.com/OpenEnergyPlatform/oemetadata/pull/256)
- Add SECURITY.md [(#256)](https://github.com/OpenEnergyPlatform/oemetadata/pull/256)
- Add .pre-commit-config.yaml [(#256)](https://github.com/OpenEnergyPlatform/oemetadata/pull/256)
diff --git a/USERS.cff b/USERS.cff
index ec8d4863..b2453094 100644
--- a/USERS.cff
+++ b/USERS.cff
@@ -11,9 +11,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"
diff --git a/metadata/v1/__init__.py b/metadata/v1/__init__.py
new file mode 100644
index 00000000..1875d32d
--- /dev/null
+++ b/metadata/v1/__init__.py
@@ -0,0 +1,8 @@
+"""Example functions
+
+Examples calculater functionality.
+
+SPDX-FileCopyrightText: 2022 Jonas Huber © Reiner Lemoine Institut
+SPDX-FileCopyrightText: 2022 Ludwig Hülk © Reiner Lemoine Institut
+SPDX-License-Identifier: MIT
+"""
diff --git a/metadata/v2/__init__.py b/metadata/v2/__init__.py
new file mode 100644
index 00000000..1875d32d
--- /dev/null
+++ b/metadata/v2/__init__.py
@@ -0,0 +1,8 @@
+"""Example functions
+
+Examples calculater functionality.
+
+SPDX-FileCopyrightText: 2022 Jonas Huber © Reiner Lemoine Institut
+SPDX-FileCopyrightText: 2022 Ludwig Hülk © Reiner Lemoine Institut
+SPDX-License-Identifier: MIT
+"""