nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

Add icons #30

Closed joannenolan-sky closed 5 years ago

joannenolan-sky commented 5 years ago

Add Epic Icons for parent_of and child_of Automatically move an issue linked to a PR to the needs review column and hid the PR

Add remaining Icons For depends on if closed issue show tick, if open issue show stop to indicate that the main issue is still in progress For Epics, show child issue as related to the parent issue

nikku commented 5 years ago

Rebased on top of master and merged via https://github.com/nikku/wuffle/commit/34e6031b8ea019a95d19e62ee0fdd24254816d3c.

nikku commented 5 years ago

I've excluded your automatic-dev-flow changes as I'd like to understand that matter a bit better. Is that the same https://github.com/nikku/wuffle/issues/28 is about?

Anyway, I've pushed that part of the PR to the dev-flow-link-movement branch.

joannenolan-sky commented 5 years ago

@nikku The automatic dev-flow changes are to move a linked issue to the needs review column if a linked PR is opened. This will also hid the PR as a separate card as the issue with the linked PR will be displayed instead.