From 3a01e21bdca061a374aebdec852bd172ca9f8eb3 Mon Sep 17 00:00:00 2001 From: Maximilian Techritz Date: Tue, 11 Mar 2025 11:29:40 +0100 Subject: [PATCH 1/3] chore: update link to project maintainers --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba7fa4a..48ad863 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ All members of the project community must abide by the [SAP Open Source Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md). Only by respecting each other we can develop a productive, collaborative community. -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting [a project maintainer](.reuse/dep5). +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting [a project maintainer](./REUSE.toml). ## Engaging in Our Project From e8f5daa34d30d15af73c5847889191f9e9d22443 Mon Sep 17 00:00:00 2001 From: Maximilian Techritz Date: Tue, 11 Mar 2025 16:49:45 +0100 Subject: [PATCH 2/3] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48ad863..7f0bf35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,9 @@ All members of the project community must abide by the [SAP Open Source Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md). Only by respecting each other we can develop a productive, collaborative community. -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting [a project maintainer](./REUSE.toml). +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [ospo@sap.com](mailto:ospo@sap.com) (SAP Open Source Program Office). All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the reporter of any incident. ## Engaging in Our Project From 116f6914f08d6132f3ad8a58b6c0196a55c2c27a Mon Sep 17 00:00:00 2001 From: Maximilian Techritz Date: Tue, 11 Mar 2025 16:52:00 +0100 Subject: [PATCH 3/3] fix(env): cluster host URL --- dev.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.env b/dev.env index 2804cee..e2edb3d 100644 --- a/dev.env +++ b/dev.env @@ -1,4 +1,4 @@ ENABLE_WEBHOOKS=false -CRATE_CLUSTER_HOST=https://api.crate.cola-prev.shoot.canary.k8s-hana.ondemand.com +CRATE_CLUSTER_HOST=https://api.cluster.example.com CRATE_CLUSTER_CONFIG_DIR=../secrets/crate-cluster