Skip to content

Instantly share code, notes, and snippets.

@edwardbeckett
Last active February 2, 2016 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardbeckett/c5bba0e77cd7124983ba to your computer and use it in GitHub Desktop.
Save edwardbeckett/c5bba0e77cd7124983ba to your computer and use it in GitHub Desktop.
Action Command Keyword Examples
resolve an issue close close #845
                               | closes          | fix bug #89      
                               | closed          | fixes issue 746  
                               | closing         | resolving #3117  
                               | fix             |                  
                               | fixed           |                  
                               | fixes           |                  
                               | fixing          |                  
                               | resolve         |                  
                               | resolves        |                  
                               | resolved        |                  
                               | resolving       |                  

reopen an issue | reopen | reopen #746
| reopens | reopening #78
| reopening |
mark an issue on hold | hold | holds #123
| holds |
| holding |
mark an issue wontfix | wontfix | wontfix #12
mark an issue invalid | invalidate | invalidates #45
| invalidates |
| invalidated |
| invalidating |
link to a changeset for the issue | addresses | re bug #55
| re | see #34 and #456 | references |
| ref |
| refs |
| see |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment