summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-09-11 17:17:26 +0200
committerDavid Sterba <dsterba@suse.com>2017-09-25 15:17:04 +0200
commitfb48edcffb8397b735cf00f5448ee62cf7482322 (patch)
treee67412afdf05e87ae581006a9406c9dcc31aa271 /README.md
parent0e88d6d1d39524b77feb36302c6b5e720473270d (diff)
btrfs-progs: README: update links, enhance contribution section
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a1af26c..7534ccb5 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,12 @@ the patches meet some criteria (often lacking in github contributions):
effects of the bug or the fix, _how_ does an improvement help or the intended
_usecase_
* the **Signed-off-by** line: this documents who authored the change, you can read
- more about the _The Developer's Certificate of Origin_ [here (chapter 11)](https://www.kernel.org/doc/Documentation/SubmittingPatches)
+ more about the
+ [The Developer's Certificate of Origin (chapter 11)](https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin)
+ * if you are not used to the signed-off style, your contributions won't be
+ rejected just because of it's missing, the _Author:_ tag will be added as a
+ substitute in order to allow contributions without much bothering with
+ formalities
Documentation updates
---------------------