From 6ea2cb5cbd615f4710c0e820ed3534f86ccbdf04 Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Thu, 17 Jul 2025 14:11:29 +0200 Subject: [PATCH 1/3] docs: add required docs and codeowners config Signed-off-by: Nora Blomaard --- .github/CODEOWNERS | 3 + CODE_OF_CONDUCT.md | 3 + CONTRIBUTING.md | 3 + GOVERNANCE.md | 5 ++ SUPPORT.md | 171 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 185 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.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..8724b81 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# 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..214fa6e --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# 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/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..43f4427 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +Please refer to the [CoMPAS Contributing Guide](https://com-pas.github.io/contributing/) for contribution guidelines. diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..39a5120 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,5 @@ +# Governance + +This project follows the CoMPAS governance model. See the [governance documentation](https://com-pas.github.io/contributing/GOVERNANCE.html) for details. + + diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..6566fc9 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,171 @@ +# Support + +For support and help, see the [CoMPAS contributing guide](https://com-pas.github.io/contributing/SUPPORT.html). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From f8a08b02dca686daf67d908f991ce3d20e40d5ff Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Thu, 17 Jul 2025 14:22:24 +0200 Subject: [PATCH 2/3] chore: add SPDX license information to documentation files Signed-off-by: Nora Blomaard --- .github/CODEOWNERS | 6 +- CODE_OF_CONDUCT.md | 8 ++- CONTRIBUTING.md | 6 ++ GOVERNANCE.md | 8 ++- SUPPORT.md | 174 ++------------------------------------------- 5 files changed, 30 insertions(+), 172 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8724b81..d9946f7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +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 +* @com-pas/Alliander \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 214fa6e..075de07 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,9 @@ + + # 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 +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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 43f4427..cce5696 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ + + # Contributing Please refer to the [CoMPAS Contributing Guide](https://com-pas.github.io/contributing/) for contribution guidelines. diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 39a5120..64feda7 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,5 +1,9 @@ -# Governance + +# Governance +This project follows the CoMPAS governance model. See the [governance documentation](https://com-pas.github.io/contributing/GOVERNANCE.html) for details. diff --git a/SUPPORT.md b/SUPPORT.md index 6566fc9..58ed05b 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,171 +1,9 @@ -# Support - -For support and help, see the [CoMPAS contributing guide](https://com-pas.github.io/contributing/SUPPORT.html). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +# Support +For support and help, see the [CoMPAS contributing guide](https://com-pas.github.io/contributing/SUPPORT.html). From 7dda668e683149c336e2d3762b77aa7b1d48ee9c Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Mon, 21 Jul 2025 12:56:33 +0200 Subject: [PATCH 3/3] chore: update SPDX copyright year to 2025 in documentation files 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 d9946f7..d19db30 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 075de07..824a198 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,5 @@ diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 64feda7..f17f1e1 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,5 +1,5 @@ diff --git a/SUPPORT.md b/SUPPORT.md index 58ed05b..5ca86bf 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,5 +1,5 @@