Skip to content

Commit

Permalink
adding DCO documentation (kroxylicious#1350)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Vila <[email protected]>
  • Loading branch information
franvila authored Jul 9, 2024
1 parent 99e9c4c commit 610a133
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEV_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This document gives a detailed breakdown of the various build processes and opti
* [Producing an Asciinema Cast](#producing-an-asciinema-cast)
* [Continuous Integration](#continuous-integration)
* [Using the GitHub CI workflows against a fork](#using-the-github-ci-workflows-against-a-fork)
* [DCO Signoff](#dco-signoff)
* [Deprecation Policy](#deprecation-policy)
<!-- TOC -->

Expand Down Expand Up @@ -445,6 +446,12 @@ and one repository [secret](https://docs.github.com/en/actions/security-guides/u
The workflow will push the container image to `${REGISTRY_DESTINATION}` so ensure that the `${REGISTRY_USERNAME}` user has sufficient write privileges.
## DCO Signoff
The project requires that all commits are signed-off, indicating that _you_ certify the changes with the developer
certificate of origin (DCO) (https://developercertificate.org/). This can be done using `git commit -s` for each commit
in your pull request. Alternatively, to signoff a bunch of commits you can use `git rebase --signoff _your-branch_`.
# Deprecation Policy
We want to let users know about upcoming changes to APIs and give them sufficient time to adapt. The following policy
Expand Down

0 comments on commit 610a133

Please sign in to comment.