docs: Add Code of Conduct link and EU funding logo to README#267
docs: Add Code of Conduct link and EU funding logo to README#267
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 |
There was a problem hiding this comment.
Pull request overview
Updates repository documentation to surface community conduct guidance and acknowledge EU funding in the project’s main README.
Changes:
- Adds an additional Code of Conduct link section to
README.md - Adds an EU funding logo image to
README.md
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
|
|
||
| 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 funding logo is loaded from an external domain (apeirora.eu). For reliability and to avoid unexpected third-party requests when viewing the README, consider vendoring the image into the repo (or using an official, long-term stable host) and referencing it with a relative path.
| <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 Energie (BMWE)-EU funding logo" src="assets/BMWK-EU.png" width="400"/></p> |
README.md
Outdated
|
|
||
| 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 img alt text contains "(BMWE)" while the referenced filename is "BMWK-EU.png". Please verify the correct acronym/ministry name and make the alt text consistent (and accurate) for accessibility.
| <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) – EU funding logo" src="https://apeirora.eu/assets/img/BMWK-EU.png" width="400"/></p> |
README.md
Outdated
|
|
||
| Copyright 2025 SAP SE or an SAP affiliate company and extauthz 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/<your-project>). | ||
|
|
||
|
|
There was a problem hiding this comment.
There are two consecutive blank lines inserted before the added section. Please keep spacing consistent with the rest of the README (typically a single blank line between sections).
README.md
Outdated
| ## 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.
This adds a second "## Code of Conduct" section at the end of the README, but there is already a "## Code of Conduct" section earlier in the same file. Please remove the duplicate heading/content and place the new EU funding logo under an appropriate existing or new section (e.g., "Funding") instead.
| ## 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 |
d6fd486 to
f47bfda
Compare
This PR adds a link to the Code of Conduct and the EU funding logo to the README.