Skip to content

Commit 7be5e44

Browse files
Merge pull request #60 from Kuadrant/update-contributing
Update contributing guide
2 parents 26abb62 + c04dacd commit 7be5e44

File tree

3 files changed

+13
-25
lines changed

3 files changed

+13
-25
lines changed

src/_includes/layout.njk

+4-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ title: Kuadrant.io
9797
<div class="col-lg-4 col-md-6 footer-links">
9898
<h4>Useful Links</h4>
9999
<ul>
100-
<li><i class="bx bx-chevron-right"></i> <a href="#hero">Home</a></li>
101-
<li><i class="bx bx-chevron-right"></i> <a href="#features">Features</a></li>
102-
<li><i class="bx bx-chevron-right"></i> <a href="#components">Components</a></li>
103-
<li><i class="bx bx-chevron-right"></i> <a href="#faq">FAQs</a></li>
100+
<li><i class="bx bx-chevron-right"></i> <a href="/#hero">Home</a></li>
101+
<li><i class="bx bx-chevron-right"></i> <a href="/#features">Features</a></li>
102+
<li><i class="bx bx-chevron-right"></i> <a href="/#components">Components</a></li>
103+
<li><i class="bx bx-chevron-right"></i> <a href="/#faq">FAQs</a></li>
104104
</ul>
105105
</div>
106106

src/community.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ The [Kuadrant project](https://github.com/Kuadrant/) is made up of a range of co
3131

3232
### Getting Involved
3333

34-
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.
35-
36-
#### Thinking about some initial contributions?
37-
38-
Consider fixing some bugs, trying Kuadrant and telling us about your experience or helping us hone our documentation.
34+
Check out the [Contributors Guide](/contributing) for ways you can get involved in the Kuadrant project.
3935

4036
### Social Media
4137

src/contributing.md

+8-16
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,6 @@ Finally, it is recommended that you squash your changes into a single commit whe
6262

6363
## Signing Commits
6464

65-
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.
66-
67-
<!--- WIP
68-
## Pull Request Lifecycle
69-
70-
[Instructions](https://contribute.cncf.io/maintainers/github/templates/required/contributing/#pull-request-lifecycle)
71-
72-
⚠️ **Explain your pull request process**
73-
74-
## Sign Your Commits
75-
76-
[Instructions](https://contribute.cncf.io/maintainers/github/templates/required/contributing/#sign-your-commits)
77-
78-
⚠️ **Keep either the DCO or CLA section depending on which you use**
79-
80-
### DCO
8165
Licensing is important to open source projects. It provides some assurances that
8266
the software will continue to be available based under the terms that the
8367
author(s) desired. We require that contributors sign off on commits submitted to
@@ -100,4 +84,12 @@ If you forgot to do this and have not yet pushed your changes to the remote
10084
repository, you can amend your commit with the sign-off by running
10185

10286
git commit --amend -s
87+
88+
<!--- WIP
89+
## Pull Request Lifecycle
90+
91+
[Instructions](https://contribute.cncf.io/maintainers/github/templates/required/contributing/#pull-request-lifecycle)
92+
93+
⚠️ **Explain your pull request process**
94+
10395
--->

0 commit comments

Comments
 (0)