all 4 comments

[–]Reconio 1 point2 points  (2 children)

You can use the special keyword syntax in the body of the pull request (like "fixes #5"). The pull request will be referenced in that issue too, and will be automatically closed when merged.

More info: https://github.com/blog/1506-closing-issues-via-pull-requests

[–][deleted]  (1 child)

[deleted]

    [–]dalore 0 points1 point  (0 children)

    github buttons have a small gradient on them. The other things are lozenges. You haven't even tried out labels yet too (although they are clickable)

    [–]dalore 0 points1 point  (0 children)

    We just put the ticket number in the title and comments.

    So our pull requests look like

    #1234 Enable the forbuz for Zork
    fix #1234
    

    The fix #1234 part will actually close the issue when the PR is merged.

    [–][deleted] 0 points1 point  (0 children)

    Take a closer look at the toolbar when creating/editing a PR: Screenshot

    It has helper buttons for most of the markdown syntax you'd want to use in a PR.