Merge some additions to doc/SubmittingPatches

Thanks-to: Mariusz Czułada <manieq.net@gmail.com>
This commit is contained in:
Travis Cross 2013-08-02 14:38:51 +00:00
commit ab56b812fb
1 changed files with 15 additions and 0 deletions

View File

@ -76,6 +76,21 @@ message might look like this:
>
> After appropriate amounts of frobbing have been done, a new variable
> `frobbing_done` is set in the caller's channel.
>
> FS-XXXX --resolve
Patches Related to JIRA Issues
------------------------------
When your patch is related to an issue logged in JIRA, add the
identifier for the issue (e.g. FS-XXXX) to the body of your commit
message at the beginning of a line, typically the last line or just
before "Signed-off-by:" and "Thanks-to:" lines. This helps our JIRA
bot do useful things by relating the commit to the issue.
If you believe your patch resolves the issue in question, follow the
issue number with a space and the "--resolve" directive as in the
example above.
Where to Go for Help
--------------------