Skip to content

Instantly share code, notes, and snippets.

@stuartrexking
Created January 5, 2012 03:21
Show Gist options
  • Save stuartrexking/1563548 to your computer and use it in GitHub Desktop.
Save stuartrexking/1563548 to your computer and use it in GitHub Desktop.
Bug - Once a story has been resolved, a Bug (defect) is something that does not constitute being within the acceptance criteria or definition of a story. Speaks for itself.
New Feature - A new change that will impact the user or client(s) (new screens, new endpoints)
Task - A necessary change that adds value to the platform or processes without impacting the user.
Improvement - A change that has no visible impact on the end user (adding indexes to the db, optimizing code, removing code)
Epic - An issue that describes a significant change to the application. This issue would link to all the sub-issues/
Story - unused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment