From b7a19fd57d5375f9fe10251559ac95c552321f09 Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Mon, 21 Jul 2025 10:36:16 +0200 Subject: [PATCH 1/3] 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 | 4 ++++ SUPPORT.md | 8 ++++++++ 5 files changed, 35 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 0000000..54cb462 --- /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 0000000..5057ef0 --- /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 0000000..c337b31 --- /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 e9d7eaa..bb8222f 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ The diagrams on this page are created using [DrawIO](https://github.com/jgraph/d and follow [Unified Modeling Language (UML)](https://www.omg.org/spec/UML/). The drawIO design file is available on this site: [/blob-files/CoMPAS.drawio](blob-files/CoMPAS.drawio). Modification made to UML diagrams on this site must be made in this file and the modified file must be part of the pull request. + +## 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 0000000..f5603b0 --- /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 d043bd9ea6a20511814c70a6418f2a09cac943c9 Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Mon, 21 Jul 2025 10:38:47 +0200 Subject: [PATCH 2/3] fix: update SPDX license information Signed-off-by: Nora Blomaard --- .github/CODEOWNERS | 4 ++-- CODE_OF_CONDUCT.md | 4 ++-- GOVERNANCE.md | 4 ++-- SUPPORT.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 54cb462..a625968 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2022 Alliander N.V. +# SPDX-FileCopyrightText: 2021 Alliander N.V. # -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: CC-BY-4.0 # All members of the @com-pas/Alliander team are code owners for this repository diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5057ef0..50f05ef 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,7 +1,7 @@ # Code of Conduct diff --git a/GOVERNANCE.md b/GOVERNANCE.md index c337b31..70225bb 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,7 +1,7 @@ # Governance diff --git a/SUPPORT.md b/SUPPORT.md index f5603b0..e24f56a 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,7 +1,7 @@ # Support From 8b3558a01161fe1ee6342f66a4e03134cb2e856e Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Mon, 21 Jul 2025 13:24:18 +0200 Subject: [PATCH 3/3] fix: 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 a625968..9442d0e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Alliander N.V. +# SPDX-FileCopyrightText: 2025 Alliander N.V. # # SPDX-License-Identifier: CC-BY-4.0 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 50f05ef..5a4ef86 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,5 @@ diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 70225bb..1f06cb8 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,5 +1,5 @@ diff --git a/SUPPORT.md b/SUPPORT.md index e24f56a..b2055f6 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,5 +1,5 @@