Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 377 Bytes

commit_messages.md

File metadata and controls

11 lines (9 loc) · 377 Bytes

Recommended prefixes of commit messages

  • [ADD] Adding a new functionality
  • [FIX] Changing an existing functionality
  • [BUG] Fixing a bug
  • [OPT] Performance improvements, no functional changes
  • [TST] Testing routines development
  • [UPG] Upgrading libraries and frameworks
  • [RBK] Something went wrong and restoring earlier version
  • [DEL] Removing no longer needed code