From e6f338ceb2d046895d555e44e6d2eaad01bae4ee Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 13 Dec 2019 11:17:31 +0200 Subject: [PATCH] readme: add sentence about contributing with link to the DCO. (hopefully) resolves #98 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d4bfacb..867dae8 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ sudo make install ## Packaging for distributions The `pkg` directory contains shell scripts which use docker to build native packages (deb,rpm) for common Linux distributions. Note that these are very simple packages which may not completely conform to the distribution's packaging guidelines, however they may serve as a starting point for creating an official package, or may be useful if the official package lags. + +## Contributing + +Issues and pull requests via GitHub are most welcome. All pull requests must adhere to the [Developer Certificate of Origin](https://developercertificate.org/). \ No newline at end of file