summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-07-08 15:30:55 +0530
committerArun Isaac2022-07-08 15:30:55 +0530
commitef69fdc1055aa78948ae4a43564970928078abad (patch)
tree4baf57effdfdff08bee2651a055cdc1b23e21eee
parentf94c8d3b987807459a529c9c683c78a381aad062 (diff)
downloadtissue-ef69fdc1055aa78948ae4a43564970928078abad.tar.gz
tissue-ef69fdc1055aa78948ae4a43564970928078abad.tar.lz
tissue-ef69fdc1055aa78948ae4a43564970928078abad.zip
issues: Support issue templates.
* issues/issue-templates.gmi: New file.
-rw-r--r--issues/issue-templates.gmi13
1 files changed, 13 insertions, 0 deletions
diff --git a/issues/issue-templates.gmi b/issues/issue-templates.gmi
new file mode 100644
index 0000000..58b4c99
--- /dev/null
+++ b/issues/issue-templates.gmi
@@ -0,0 +1,13 @@
+# Support issue templates
+
+* tags: enhancement, good first issue
+
+It would be very helpful to have issue templates in tissue. It can be used by a project to gently guide issue creators into following a specific format. We could imagine a directory .tissue/templates/ that contains different templates such as .tissue/templates/bug.gmi, .tissue/templates/feature-request.gmi, etc. We can present these templates to the user via a new tissue report subcommand.
+```
+tissue report bug issues/my-new-bug-report.gmi
+tissue report feature-request issues/my-new-feature-request.gmi
+```
+Editor-specific features such as Emacs' yasnippet may also provide a potent alternative or supplement to this feature.
+
+This idea is based on an original feature request by jgart at issues.genenetwork.org.
+=> https://issues.genenetwork.org/issues/gnbug/add-convenience-templates jgart's original feature request