diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..01d2048c --- /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 00000000..a888318c --- /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 00000000..9c1ce7c5 --- /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 e5f8bbed..6cc256e0 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,7 @@ configured as needed. - STD_DELETE - STD_READ - STD_UPDATE + +## Contributing + +Please refer to the [CoMPAS Contributing Guide](https://com-pas.github.io/contributing/) for contribution guidelines. diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 00000000..b8e331f8 --- /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