Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 337 Bytes

Keywords.md

File metadata and controls

15 lines (12 loc) · 337 Bytes

Keywords to close Issues automatically in commits

All of the following will automatically close the associated issue 12 when used in a commit

  • fix #12
  • fixes #12
  • fixed #12
  • close #12
  • closes #12
  • closed #12
  • resolve #12
  • resolves #12
  • resolved #12

If used in a PR, the issue is closed during the merge process