${stories}
variable in the template will be replaced by (one or more)
* Fixes {issue_tracker_url}{issue_number}
where
{issue_tracker_url}
is the URL in the input field above and
{issue_number}
are all the issue numbers read from commit message in the format of
#1234
Example commit:
"BUG #1234 - fixed some issue"
would replace
${stories}
with
" * Fixes #1234"
Drag the link ( GitHub pull request template ) to your bookmark bar.