From 98416c273e71030ea35ac35303a6052d91f37d8b Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 29 Sep 2015 14:20:03 +0100 Subject: [docs] add contributor guidelines link to patch docs Signed-off-by: Bryn M. Reeves --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c4be12a6..40534920 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ using GitHub please make sure your branch applies to the current master as a 'fast forward' merge (i.e. without creating a merge commit). Use the `git rebase` command to update your branch to the current master if necessary. +Please refer to the [contributor guidelines][0] for guidance on formatting +patches and commit messages. + ## Documentation User and API [documentation][6] is automatically generated using [Sphinx][7] -- cgit