]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Describe patches related to JIRA issues
authorMariusz Czułada <manieq.net@gmail.com>
Fri, 2 Aug 2013 08:23:38 +0000 (10:23 +0200)
committerTravis Cross <tc@traviscross.com>
Fri, 2 Aug 2013 14:19:50 +0000 (14:19 +0000)
docs/SubmittingPatches

index 4be7eaefcab73f03dcff537c7a06ef85767708ec..d65e62bbb8fa5c9cb624721316bbabbebbd91ab1 100644 (file)
@@ -77,6 +77,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.
 
+Patches related to JIRA issues
+------------------------------
+
+If your patch is related to an JIRA issue, you should add its name
+(i.e. FS-555) to your commit message. You can also use some JIRA
+directives, like '--resolve'. For example, if your patch fixes some
+error reported by case FS-555, just add the following line somewhere
+in your commit message:
+
+> FS-555 --resolve
+
+or modify the subject:
+
+> FS-555 --resolve Add frobinator support to mod_sofia
+
 Where to Go for Help
 --------------------