diff options
author | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
commit | a7b9dcbe3c30da701c4c47f570f3203c8ed66525 (patch) | |
tree | 4b2508e608a7daf7ec4b0fb26cd45edb59c6d991 /issues/gnbug | |
parent | e8e876fd49c8a52944baec0b9313659917ac9a97 (diff) | |
download | gn-gemtext-a7b9dcbe3c30da701c4c47f570f3203c8ed66525.tar.gz |
Tag and Prioritise more issues
Diffstat (limited to 'issues/gnbug')
-rw-r--r-- | issues/gnbug/add-convenience-templates.gmi | 12 | ||||
-rw-r--r-- | issues/gnbug/hide-stale-issues.gmi | 6 | ||||
-rw-r--r-- | issues/gnbug/recent-first-sort.gmi | 6 |
3 files changed, 22 insertions, 2 deletions
diff --git a/issues/gnbug/add-convenience-templates.gmi b/issues/gnbug/add-convenience-templates.gmi index 41eb975..29f266a 100644 --- a/issues/gnbug/add-convenience-templates.gmi +++ b/issues/gnbug/add-convenience-templates.gmi @@ -1,6 +1,14 @@ -# Add convenienve templates +# Add convenience templates -* feature-request +## Tags + +* assigned: jgart +* type: feature-request +* priority: low +* status: in progress, discussion, stalled +* keywords: tissue, gnbug + +## Description WDYT of adding a subcommand called `report` to generate a template for a bug report? diff --git a/issues/gnbug/hide-stale-issues.gmi b/issues/gnbug/hide-stale-issues.gmi index b07fc5d..3184fdc 100644 --- a/issues/gnbug/hide-stale-issues.gmi +++ b/issues/gnbug/hide-stale-issues.gmi @@ -2,4 +2,10 @@ Our list of issues are growing by the day. And, for some reason, we are not eager to close many of them. :-P This makes the command-line output long. Maybe, hide stale issues by default, and show them only if some --all flag is passed. Stale issues are tentatively defined as those issues that have been inactive for more than 6 months. +## Tags + * assigned: bonfacem, aruni +* type: enhancement, feature-request +* status: unclear +* priority: low +* keywords: tissue, gnbug diff --git a/issues/gnbug/recent-first-sort.gmi b/issues/gnbug/recent-first-sort.gmi index 229554a..983b224 100644 --- a/issues/gnbug/recent-first-sort.gmi +++ b/issues/gnbug/recent-first-sort.gmi @@ -2,7 +2,13 @@ Add a command-line option --sort=(newest-first|oldest-first) to gnbug that determines the order the issues are listed. oldest-first is useful for command-line usage where you don't want to scroll up to see the most recent issue. newest-first is useful when generating gemtext/web pages where you don't want to scroll down to see the most recent issue. +## Tags + * assigned: bonfacem +* type: enhancement, feature-request +* priority: medium +* status: stalled +* keywords: tissue, gnbug # INFO |