From 37977bce925c4664454672c642a99d7abdf2d697 Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Thu, 17 Jul 2025 13:35:57 +0200 Subject: [PATCH] docs: add required docs and codeowner config Signed-off-by: Nora Blomaard --- .github/CODEOWNERS | 3 +++ CODE_OF_CONDUCT.md | 3 +++ GOVERNANCE.md | 3 +++ SUPPORT.md | 3 +++ 4 files changed, 12 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 0000000000..8724b81921 --- /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 0000000000..214fa6e782 --- /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/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000000..4d188a1b86 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,3 @@ +# 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/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000..3b9b7c3c04 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,3 @@ +# Support + +For support and help, see the [CoMPAS contributing guide](https://com-pas.github.io/contributing/SUPPORT.html). \ No newline at end of file