Skip to content

dev note: commit message tags reference

Shawn Schwartz edited this page Aug 5, 2025 · 1 revision
  • BF: bug fix (in the release branch)
  • FF: feature fix (bug fixes in the dev branch)
  • RF: refactoring
  • NF: new feature
  • ENH: enhancement
  • DOC: for documentation-related updates and changes
  • TEST: for commits that add or change unit tests
  • CHORE: like RF but usually less important changes

Clone this wiki locally