From 3c479ed93f42f2f20c13b04954c30b922183398a Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Mon, 21 Jul 2025 10:25:32 +0200 Subject: [PATCH 1/2] docs: add required docs and codeowners config Signed-off-by: Nora Blomaard --- .github/CODEOWNERS | 7 +++++++ CODE_OF_CONDUCT.md | 8 ++++++++ GOVERNANCE.md | 8 ++++++++ README.md | 3 +++ SUPPORT.md | 8 ++++++++ 5 files changed, 34 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 CODE_OF_CONDUCT.md create mode 100644 GOVERNANCE.md create mode 100644 SUPPORT.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..54cb462c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Alliander N.V. +# +# SPDX-License-Identifier: Apache-2.0 + +# All members of the @com-pas/Alliander team are code owners for this repository + +* @com-pas/Alliander \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..5057ef06 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,8 @@ + +# Code of Conduct + +This project follows the CoMPAS Code of Conduct. Please see the [Code of Conduct documentation](https://com-pas.github.io/contributing/#code-of-conduct) for details on our community standards and expectations. \ No newline at end of file diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 00000000..c337b31e --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,8 @@ + +# Governance + +This project follows the CoMPAS governance model. See the [governance documentation](https://com-pas.github.io/contributing/GOVERNANCE.html) for details. \ No newline at end of file diff --git a/README.md b/README.md index 06d928db..a1faa68e 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,6 @@ environment variables that can be set in the container to configure the validati There are no roles defined in this service, only need to be authenticated. +## Contributing + +Please refer to the [CoMPAS Contributing Guide](https://com-pas.github.io/contributing/) for contribution guidelines. \ No newline at end of file diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 00000000..f5603b0a --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,8 @@ + +# Support + +For support and help, see the [CoMPAS contributing guide](https://com-pas.github.io/contributing/SUPPORT.html). \ No newline at end of file From fd85693c58e8f407da92b1e32845ff51ca26ef4d Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Mon, 21 Jul 2025 13:22:20 +0200 Subject: [PATCH 2/2] docs: update copyright year Signed-off-by: Nora Blomaard --- .github/CODEOWNERS | 2 +- CODE_OF_CONDUCT.md | 2 +- GOVERNANCE.md | 2 +- SUPPORT.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 54cb462c..01d2048c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Alliander N.V. +# SPDX-FileCopyrightText: 2025 Alliander N.V. # # SPDX-License-Identifier: Apache-2.0 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5057ef06..a888318c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,5 @@ diff --git a/GOVERNANCE.md b/GOVERNANCE.md index c337b31e..9c1ce7c5 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,5 +1,5 @@ diff --git a/SUPPORT.md b/SUPPORT.md index f5603b0a..b8e331f8 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,5 +1,5 @@