Skip to content

Instantly share code, notes, and snippets.

@jefffriesen
Created June 28, 2021 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefffriesen/23a536f503d4056df38edaf09d766448 to your computer and use it in GitHub Desktop.
Save jefffriesen/23a536f503d4056df38edaf09d766448 to your computer and use it in GitHub Desktop.
Write actionable, closable tickets
  1. Start with a verb
  2. Make ticket actionable. Title should complete the phrase “This ticket will….” (which means it starts with a verb). They need to have a closable finished state. “Make it better” isn’t actionable.
  3. Make small, specific tickets. If needed you can break it out into subtasks

Examples: Good: “Prevent Nav Bar From Bouncing on Scroll” Bad: “Navigation is Wonky”

Good: “Implement Home Page Right Rail Promo Block” Bad: “Homepage updates”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment