diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9442d0e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Alliander N.V. +# +# SPDX-License-Identifier: CC-BY-4.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..5a4ef86 --- /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..1f06cb8 --- /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..b2055f6 --- /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