docs: Add Code of Conduct link and EU funding logo to README#87
docs: Add Code of Conduct link and EU funding logo to README#87
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project README to improve community/project metadata visibility by adding a Code of Conduct link and displaying an EU funding logo.
Changes:
- Adds an additional “Code of Conduct” section at the end of the README with a link to the org-wide CoC.
- Adds a centered EU funding logo image to the README.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
README already contains a "## Code of Conduct" section earlier (lines ~25-28). This change adds a second "## Code of Conduct" heading and repeats the same link, which is redundant and can confuse readers. Suggest removing this new section and, if needed, extending the existing Code of Conduct section with any additional wording.
| ## 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). |
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.
The EU funding logo is currently placed directly under the duplicated "Code of Conduct" section, which mixes unrelated content. Consider introducing a dedicated heading (e.g., "## Funding" / "## Acknowledgements") and a short caption/link describing the funding context, then place the logo there.
| ## 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 | |
| This project receives funding support as indicated by the programme shown in the logo below. |
README.md
Outdated
|
|
||
| Copyright (20xx-)20xx 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/krypton). | ||
|
|
||
|
|
There was a problem hiding this comment.
There are two consecutive blank lines inserted after the Licensing section (lines 32-33). Consider keeping spacing consistent with the rest of the README by using a single blank line between sections.
1211821 to
8f1644b
Compare
This PR adds a link to the Code of Conduct and the EU funding logo to the README.