Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contributing guide #60

Merged
merged 2 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ title: Kuadrant.io
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#hero">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#features">Features</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#components">Components</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#faq">FAQs</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/#hero">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/#features">Features</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/#components">Components</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/#faq">FAQs</a></li>
</ul>
</div>

Expand Down
6 changes: 1 addition & 5 deletions src/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
24 changes: 8 additions & 16 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--- WIP
## Pull Request Lifecycle

[Instructions](https://contribute.cncf.io/maintainers/github/templates/required/contributing/#pull-request-lifecycle)

⚠️ **Explain your pull request process**

## Sign Your Commits

[Instructions](https://contribute.cncf.io/maintainers/github/templates/required/contributing/#sign-your-commits)

⚠️ **Keep either the DCO or CLA section depending on which you use**

### DCO
Licensing is important to open source projects. It provides some assurances that
the software will continue to be available based under the terms that the
author(s) desired. We require that contributors sign off on commits submitted to
Expand All @@ -100,4 +84,12 @@ If you forgot to do this and have not yet pushed your changes to the remote
repository, you can amend your commit with the sign-off by running

git commit --amend -s

<!--- WIP
## Pull Request Lifecycle

[Instructions](https://contribute.cncf.io/maintainers/github/templates/required/contributing/#pull-request-lifecycle)

⚠️ **Explain your pull request process**

--->
Loading