From b41ddc1c38ac64a8d63fe99ee86a888c2d7adfa9 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Mon, 2 Dec 2019 15:07:12 -0500 Subject: Close 'Create a tui for ticket' --- .dev-suite/ticket/closed/4-create-a-tui-for-ticket.toml | 10 ++++++++++ .dev-suite/ticket/open/4-create-a-tui-for-ticket.toml | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 .dev-suite/ticket/closed/4-create-a-tui-for-ticket.toml delete mode 100644 .dev-suite/ticket/open/4-create-a-tui-for-ticket.toml diff --git a/.dev-suite/ticket/closed/4-create-a-tui-for-ticket.toml b/.dev-suite/ticket/closed/4-create-a-tui-for-ticket.toml new file mode 100644 index 0000000..2d4b77a --- /dev/null +++ b/.dev-suite/ticket/closed/4-create-a-tui-for-ticket.toml @@ -0,0 +1,10 @@ +title = 'Create a tui for ticket' +status = 'Closed' +number = 4 +description = ''' +Currently ticket is all cli driven. The experience isn't the worst, but +the end goal has always been to get the user to be able to have a nice +in terminal experience, almost as if they never left GitHub. A basic +tui that allows one to read and comment on issues will suffice to close +this ticket. +''' diff --git a/.dev-suite/ticket/open/4-create-a-tui-for-ticket.toml b/.dev-suite/ticket/open/4-create-a-tui-for-ticket.toml deleted file mode 100644 index f120f31..0000000 --- a/.dev-suite/ticket/open/4-create-a-tui-for-ticket.toml +++ /dev/null @@ -1,10 +0,0 @@ -title = 'Create a tui for ticket' -status = 'Open' -number = 4 -description = ''' -Currently ticket is all cli driven. The experience isn't the worst, but -the end goal has always been to get the user to be able to have a nice -in terminal experience, almost as if they never left GitHub. A basic -tui that allows one to read and comment on issues will suffice to close -this ticket. -''' -- cgit v1.2.3