-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention that we require DCO sign off, and what it means to sign off. Signed-off-by: Lorenz Bauer <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,19 @@ Development happens on [GitHub](https://github.com/cilium/ebpf) and contribution | |
all forms are welcome. Please take a look at [the architecture](architecture.md) to get | ||
a better understanding of the high-level goals. | ||
|
||
## Developer Certificate of Origin | ||
|
||
The Cilium project requires that all contributions to project repositories carry the | ||
[Developer Certificate of Origin][DCO]. This is as simple as appending a footer | ||
to your commits: | ||
|
||
``` | ||
Signed-off-by: Your Name <[email protected]> | ||
``` | ||
|
||
Signing off your contributions this way means that you've read and understood | ||
the contents of the DCO. | ||
|
||
## Running the tests | ||
|
||
Many of the tests require privileges to set resource limits and load eBPF code. | ||
|
@@ -98,3 +111,4 @@ you as a code owner. Please create an issue in the repository. | |
[ebpf-go-contributors]: https://github.com/orgs/cilium/teams/ebpf-go-contributors/members | ||
[ebpf-go-reviewers]: https://github.com/orgs/cilium/teams/ebpf-go-reviewers/members | ||
[ebpf-lib-maintainers]: https://github.com/orgs/cilium/teams/ebpf-lib-maintainers/members | ||
[DCO]: https://developercertificate.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters