Skip to content

Instantly share code, notes, and snippets.

@adamelliotfields
Created August 6, 2023 15:10
Show Gist options
  • Save adamelliotfields/3d88b81607cd59f692f87cb18431dc1e to your computer and use it in GitHub Desktop.
Save adamelliotfields/3d88b81607cd59f692f87cb18431dc1e to your computer and use it in GitHub Desktop.
GitHub Projects Emoji Categorization

GitHub Projects uses emoji for status, priority, and sizing which I happen to think is very refreshing 🍹

Statuses

  • πŸ†•: New (:new:)
  • πŸ“‹: Backlog (:clipboard:)
  • πŸ”–: Ready (:bookmark:)
  • πŸ—οΈ: In progress (:building_construction:)
  • πŸ‘€: In review (:eyes:)
  • βœ…: Done (:white_check_mark:)

Priorities

  • πŸŒ‹: Urgent (volcano)
  • πŸ”οΈ: High (:mountain_snow:)
  • πŸ•οΈ: Medium (:camping:)
  • 🏝️: Low (:desert_island:)

Sizes

  • πŸ‹: X-Large (13) (:whale2:)
  • πŸ¦‘: Large (8) (:squid:)
  • πŸ‚: Medium (5) (:ox:)
  • πŸ‡: Small (3) (:rabbit2:)
  • πŸ¦”: Tiny (1) (:hedgehog:)

Labels

  • bug: bug (#d73a4a)
  • documentation: documentation (#0075ca)
  • duplicate: duplicate (#cfd3d7)
  • enhancement: enhancement (#a2eeef)
  • good first issue: good first issue (#7057ff)
  • help wanted: help wanted (#008672)
  • invalid: invalid (#e4e669)
  • question: question (#d876e3)
  • wontfix: wontfix (#ffffff)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment