Skip to content

Instantly share code, notes, and snippets.

@eheikes
Created April 11, 2018 16:28
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 eheikes/fd1ad47343bed4789b8ca4f1f6e16601 to your computer and use it in GitHub Desktop.
Save eheikes/fd1ad47343bed4789b8ca4f1f6e16601 to your computer and use it in GitHub Desktop.
Evaluation of GitHub projects

Using GitHub Projects

Pros

  • has automation option that works better than Waffle's buggy hooks
  • can track issues across organization repos without a "placeholder" or "main" repo
  • can just create a "card" (not a full-fledged GH issue)
  • has different templates (automated and manual)
  • don't need GH labels for statuses (in progress, needs review, etc); project columns track that

Cons

  • doesn't use the GH ISSUE_TEMPLATE when creating issues
  • doesn't link PRs to issues?
  • doesn't have story points / weights like Waffle and Trello (sorta) have
  • automation hooks not as full-featured as Waffle (e.g. distinguishing collaborator PRs from outside PRs)
  • columns duplicate our existing labels system
  • only has 1 built-in template, so you'll to fuss with that every time you create a project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment