diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d19db30 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2025 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..824a198 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..cce5696 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +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 new file mode 100644 index 0000000..f17f1e1 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,9 @@ + + +# 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..5ca86bf --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,9 @@ + + +# Support + +For support and help, see the [CoMPAS contributing guide](https://com-pas.github.io/contributing/SUPPORT.html).