docs: Add Code of Conduct link and EU funding logo to README#140
docs: Add Code of Conduct link and EU funding logo to README#140jithinkunjachan merged 1 commit intomainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
There was a problem hiding this comment.
Pull request overview
This PR updates the repository README to add a Code of Conduct link and display an EU funding logo.
Changes:
- Adds a new “Code of Conduct” section with a link to the org-wide Code of Conduct.
- Adds an EU funding logo image to the README.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Code of Conduct | ||
|
|
||
| To facilitate a nice environment for all, check out our [Code of Conduct](https://github.com/openkcm/.github/blob/main/CODE_OF_CONDUCT.md). | ||
|
|
There was a problem hiding this comment.
README already contains a "## Code of Conduct" section earlier in the file (lines 23–25 in the current README). This change adds a second, duplicate Code of Conduct section; please consolidate into a single section (e.g., keep the existing one and add the logo under a more appropriate heading like Funding/Acknowledgements, or extend the existing CoC section without duplicating the header).
| ## Code of Conduct | |
| To facilitate a nice environment for all, check out our [Code of Conduct](https://github.com/openkcm/.github/blob/main/CODE_OF_CONDUCT.md). | |
| ## Funding and Acknowledgements |
|
|
||
| To facilitate a nice environment for all, check out our [Code of Conduct](https://github.com/openkcm/.github/blob/main/CODE_OF_CONDUCT.md). | ||
|
|
||
| <p align="center"><img alt="Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo" src="https://apeirora.eu/assets/img/BMWK-EU.png" width="400"/></p> |
There was a problem hiding this comment.
The image alt text refers to "BMWE" while the image filename in the URL is "BMWK-EU.png". Please make the alt text consistent with the actual logo/organization name to avoid confusing readers and screen readers.
| <p align="center"><img alt="Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo" src="https://apeirora.eu/assets/img/BMWK-EU.png" width="400"/></p> | |
| <p align="center"><img alt="Bundesministerium für Wirtschaft und Klimaschutz (BMWK) and European Union funding logo" src="https://apeirora.eu/assets/img/BMWK-EU.png" width="400"/></p> |
|
|
||
| Copyright 2025 SAP SE or an SAP affiliate company and OpenKCM contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/openkcm/plugin-sdk). | ||
|
|
||
|
|
There was a problem hiding this comment.
There are two consecutive blank lines before the new section header. Consider reducing to a single blank line to keep formatting consistent with the rest of the README.
8de33e0 to
b31ecb6
Compare
This PR adds a link to the Code of Conduct and the EU funding logo to the README.