diff options
author | Arun Isaac | 2022-01-31 13:02:58 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-31 13:02:58 +0530 |
commit | 682e70816b4dff5ca5e5a0656a386a0ee6eb7b92 (patch) | |
tree | 0ade4addc5e2ab76e7a77983012bd413d1e9f2b8 /issues/gnbug/hide-stale-issues.gmi | |
parent | a11801918328f0a532d9e3ff023b5e9f20066423 (diff) | |
download | gn-gemtext-682e70816b4dff5ca5e5a0656a386a0ee6eb7b92.tar.gz |
Add gnbug hide stale issues issue.
Diffstat (limited to 'issues/gnbug/hide-stale-issues.gmi')
-rw-r--r-- | issues/gnbug/hide-stale-issues.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/gnbug/hide-stale-issues.gmi b/issues/gnbug/hide-stale-issues.gmi new file mode 100644 index 0000000..b07fc5d --- /dev/null +++ b/issues/gnbug/hide-stale-issues.gmi @@ -0,0 +1,5 @@ +# Hide stale issues in gnbug + +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. + +* assigned: bonfacem, aruni |