Skip to content

Commit

Permalink
Add link to contributing guide & include DCO section
Browse files Browse the repository at this point in the history
Signed-off-by: David Martin <[email protected]>
  • Loading branch information
david-martin committed Aug 1, 2024
1 parent dc509a0 commit c04dacd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
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**
--->

0 comments on commit c04dacd

Please sign in to comment.