114 | | {{{#!box type=tips |
115 | | |
116 | | __Recommended syntax to be added in the commit message__ |
117 | | |
118 | | * If the commit is related to one or several tickets, we highly suggest to add the commit message as ticket comment. \\ |
119 | | To do so, you can use one of the word in the list `addresses re references refs see` followed by usual ticket link(s). \\ |
120 | | ''Ex: `see #1948` somewhere in the commit message to link with #1948'' |
121 | | |
122 | | * If the commit is a fix for one or several tickets, you can close them with the commit. \\ |
123 | | To do so, you can use one of the word in the list `close closed closes fix fixed fixes` followed by usual ticket link(s). \\ |
124 | | ''Ex: `fix #1948` somewhere in the commit message to close #1948 without a browser.'' |
125 | | |
126 | | __Be careful if you mix the 2.__ |
127 | | |
128 | | }}} |
129 | | |