From dc509a0c45e3eed0c7054a0a825d76480be4428e Mon Sep 17 00:00:00 2001 From: David Martin Date: Thu, 1 Aug 2024 10:07:31 +0100 Subject: [PATCH 1/2] Fix relative links in footer Signed-off-by: David Martin --- src/_includes/layout.njk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_includes/layout.njk b/src/_includes/layout.njk index 0ac2fb4..363356b 100644 --- a/src/_includes/layout.njk +++ b/src/_includes/layout.njk @@ -97,10 +97,10 @@ title: Kuadrant.io From c04dacd0765f113dd9bbebaab4e01280e0ec18e6 Mon Sep 17 00:00:00 2001 From: David Martin Date: Thu, 1 Aug 2024 10:08:36 +0100 Subject: [PATCH 2/2] Add link to contributing guide & include DCO section Signed-off-by: David Martin --- src/community.md | 6 +----- src/contributing.md | 24 ++++++++---------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/src/community.md b/src/community.md index 917ad8a..844187b 100644 --- a/src/community.md +++ b/src/community.md @@ -31,11 +31,7 @@ The [Kuadrant project](https://github.com/Kuadrant/) is made up of a range of co ### Getting Involved -We welcome new contributors to the project, be you a seasoned multi-cluster networking expert, or someone new who is looking to improve some wonky documentation you come across. Many of our respositories include variants of a `good-first-issue` label for issues that might be good to start with. - -#### Thinking about some initial contributions? - -Consider fixing some bugs, trying Kuadrant and telling us about your experience or helping us hone our documentation. +Check out the [Contributors Guide](/contributing) for ways you can get involved in the Kuadrant project. ### Social Media diff --git a/src/contributing.md b/src/contributing.md index c405ede..8a96a6d 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -62,22 +62,6 @@ Finally, it is recommended that you squash your changes into a single commit whe ## Signing Commits -All commits to be accepted to Kuadrant component codebases are required to be signed. Refer to [this page](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) about signing your commits. - - \ No newline at end of file