diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 24 |
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. |