-
Notifications
You must be signed in to change notification settings - Fork 0
Managing issues
Kang Jinwon edited this page Aug 25, 2015
·
1 revision
-
You can refer issue with
#IssueNumber
in any commit messages. -
You can refer another issue on issue's conversation with same method.
-
You can refer Merge Request with same method but
#
is changed to!
(eg:!MRNumber
).
You can close issue with specially formatted commit messages. For instance:
- This commit Fix #123
- Fix NullPointerException. Close #111
Commit messages like above closes issue automatically when pushed (If the commit is on Merge Request, issue closed when merged, not pushed).
- More test code. Reopen #123
That commit message reopen the issue.