Skip to content

Commit 7b1a8b6

Browse files
docs(contributing): update code of conduct (#14)
* docs(contributing): update code of conduct * fix: typo * fix(readme): link to code of conduct
1 parent 75363c8 commit 7b1a8b6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
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).
66
Only by respecting each other we can develop a productive, collaborative community.
7-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting [a project maintainer](.reuse/dep5).
7+
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.
8+
9+
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
810

911
## Engaging in Our Project
1012

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository contains the controller-utils library which provides utility fun
99
## Requirements and Setup
1010

1111
```bash
12-
$ go get github.com/openmcp-project/controller-utils@latest
12+
$ go get github.com/openmcp-project/controller-utils@latest
1313
```
1414

1515

@@ -21,7 +21,7 @@ The `pkg/clientconfig` package provides helper functions for creating Kubernetes
2121

2222
#### Noteworthy Functions
2323

24-
- `GetRESTConfig` generates a `*rest.Config` for interacting with the Kubernetes API. It supports using a kubeconfig string, a kubeconfig file path, a secret reference that contains a kubeconfig file or a Service Account.
24+
- `GetRESTConfig` generates a `*rest.Config` for interacting with the Kubernetes API. It supports using a kubeconfig string, a kubeconfig file path, a secret reference that contains a kubeconfig file or a Service Account.
2525
- `GetClient` creates a client.Client for managing Kubernetes resources.
2626

2727
### Webhooks
@@ -99,7 +99,7 @@ If you find any bug that may be a security problem, please follow our instructio
9999

100100
## Code of Conduct
101101

102-
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.
102+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/openmcp-project/.github/blob/main/CODE_OF_CONDUCT.md) at all times.
103103

104104
## Licensing
105105

0 commit comments

Comments
 (0)