aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-08 15:19:50 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-08 15:20:03 +0100
commitdee542dc02f83432f9532e3e25b7d3799614e848 (patch)
tree934ccb2e3f1cd03a6ce4af87c5a1ddebc0254ff3 /app/Main.hs
parent4686cd9cdef6c087bd9e92fee5f01d0a559ca357 (diff)
issue: close only-separate-generated-tags-with-a-blank-line-when-description-does-notend-with-tags
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 7c9ce49..c0369a1 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -155,30 +155,6 @@
-- should-automatically-generated-ids-be-random, as long as they are an
-- additional mechanisam (so that we can ditch them, should they not work out).
--- TODO Only separate generated tags with a blank line when description does not end with tags
---
--- An issue like
---
--- ```
--- # TODO Some title
--- #
--- # @id some-title
--- ```
---
--- Should be rendered as
---
--- ```
--- # TODO Some title
---
--- @id some-title
--- @file the-file.sh
--- @row 42
--- ```
---
--- @topic markdown
--- @topic tags
--- @backlog
-
-- QUESTION Should automatically generated ids be random?
--
-- Right now default id of an issue is the slugification of it's title.