283 | | The subject of the patch '''must''' start with "ticket:NUMBER - ", where NUMBER is a valid ticket number on this trac. For example this is a valid subject: "ticket:231 - subject message...". |
| 283 | The subject of the patch '''must''' start with "!ticket:NUMBER - ", where NUMBER is a valid ticket number on this trac. For example this is a valid subject: "ticket:231 - subject message...". To manually fix the subject after you have created the patch, edit the patch manually and adapt the ''Subject:'' line, e.g. from |
| 284 | {{{ |
| 285 | Subject: [PATCH] invalid subject |
| 286 | }}} |
| 287 | to the below (make sure to not remove the [PATCH] part!) |
| 288 | {{{ |
| 289 | Subject: [PATCH] ticket:NUMBER - commit message |
| 290 | }}} |