diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-20 23:17:34 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-20 23:17:34 -0400 |
commit | d804e810e9538abbeecefbdd4a30cf1e5ddf0f35 (patch) | |
tree | 4318089d14fae131dcb337cdc52d333a970532f8 /source/libmaple/contributing.rst | |
parent | 9749a27b095c80b29a66b9007574b4a1106b132f (diff) | |
download | librambutan-d804e810e9538abbeecefbdd4a30cf1e5ddf0f35.tar.gz librambutan-d804e810e9538abbeecefbdd4a30cf1e5ddf0f35.zip |
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 <mbolivar@leaflabs.com>
Diffstat (limited to 'source/libmaple/contributing.rst')
-rw-r--r-- | source/libmaple/contributing.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 <jsmith@example.com>`` + 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 <http://help.github.com/pull-requests/>`_ to the LeafLabs version of libmaple. |