docs: Add Code of Conduct link and EU funding logo to README#93
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 improve project governance visibility and add funding attribution.
Changes:
- Adds an additional Code of Conduct link section to the README.
- 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 has a "## Code of Conduct" section earlier (lines 42–45). This newly added second section duplicates the heading/link and will render as two separate CoC sections. Please consolidate by updating the existing section (or rename this new section to something else, e.g., Funding/Acknowledgements) and remove the extra blank lines.
| ## 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 | |
| This project has received support as indicated by the following funding acknowledgement. |
|
|
||
| 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 referenced via an external hotlinked URL (apeirora.eu). This adds an availability/privacy dependency to the README rendering and could break if the remote asset changes. Consider checking the image into the repo (or hosting under a stable GitHub-controlled URL) and ensure the alt text matches the official name/acronym shown on the logo (alt says BMWE while the filename is BMWK-EU.png).
| <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="./BMWK-EU.png" width="400"/></p> |
933e2f7 to
6ad26e8
Compare
This PR adds a link to the Code of Conduct and the EU funding logo to the README.