# File lib/model-objects.rb, line 288
  def get_type config, project
    type = ask "Is this a (b)ugfix, a (f)eature, or a (t)ask?", :restrict => /^[bft]$/
    TYPE_LETTER[type]
  end