summaryrefslogtreecommitdiff
path: root/issues/gnbug
diff options
context:
space:
mode:
authorjgart2021-10-28 20:32:16 -0400
committerjgart2021-10-28 20:32:16 -0400
commitc458a930930705ff34ef0a0fdf47925753c414f3 (patch)
treefa0db1adbea1447289dc4cee1693c8090a5acc2a /issues/gnbug
parent6751f9eebfba95a8f3fd2373a8eee12254ae9474 (diff)
downloadgn-gemtext-c458a930930705ff34ef0a0fdf47925753c414f3.tar.gz
Add new feature request for gnbug subcommand
Generating bug report templates might be a nice convenience.
Diffstat (limited to 'issues/gnbug')
-rw-r--r--issues/gnbug/add-convenience-templates.gmi29
1 files changed, 29 insertions, 0 deletions
diff --git a/issues/gnbug/add-convenience-templates.gmi b/issues/gnbug/add-convenience-templates.gmi
new file mode 100644
index 0000000..41eb975
--- /dev/null
+++ b/issues/gnbug/add-convenience-templates.gmi
@@ -0,0 +1,29 @@
+# Add convenienve templates
+
+* feature-request
+
+WDYT of adding a subcommand called `report` to generate a template for a bug report?
+
+I was thinking of an interface like the following:
+
+```
+gnbug report feature-request "New feature: IPFS Downloads"
+```
+
+Or expressed as generic command parameters:
+
+```
+command subcommand tag(s) title
+```
+
+Which creates a file in issues/binderlite directory with a template like the
+following:
+
+
+```
+# New feature: IPFS Downloads
+
+* feature-request
+```
+
+Might be bloat but might be nice and convenient also. WDYT?