Releases/Babaco/Release tags

From Wikimedia Usability Initiative

Tags for Code Review

We'll use these tags on our Babaco code commits to categorize what that particular commit did

MediaWiki commit history

Type

  • bugfix - we were trying to accomplish X via method Y; the code didn't do method Y correctly, now it does
  • designfix- we were trying to accomplish X via method Y; method Y doesn't actually accomplish X, so we changed it to method Z

Domain

  • visual - changes the look
  • functional - changes the way it functions
  • enhancement - does something new

Importance (optional)

  • minor - we can get by if it's not included immediately
  • critical - we can't get by if it's not included immediately


Usage

Just add 'bugfix, visual' to the commit message, for example, or 'critical, designfix, functional' etc.