From d804e810e9538abbeecefbdd4a30cf1e5ddf0f35 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 20 Sep 2011 23:17:34 -0400 Subject: contributing.rst: Mention git commit -s. I guess we'll start doing this too, for consistency with what we ask of our users. Signed-off-by: Marti Bolivar --- source/libmaple/contributing.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source') diff --git a/source/libmaple/contributing.rst b/source/libmaple/contributing.rst index 7492cdc..25c6c17 100644 --- a/source/libmaple/contributing.rst +++ b/source/libmaple/contributing.rst @@ -79,6 +79,10 @@ The steps to submit a pull request are as follows: ``Signed-off-by: John Smith `` + If you've configured Git to know your name and email, you can + instruct it to insert this line automatically by calling ``git + commit`` with the ``-s`` flag. + 4. `Submit a pull request `_ to the LeafLabs version of libmaple. -- cgit v1.2.3