diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 1afb7a3..b96cbd6 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -30,6 +30,8 @@ -- be more interesting keywords. -- TODO Generate and show hash for each issue +-- +-- The show hash should be generated by slugifying the issues title. Shell completion will help with the initially long issue ids. Internally, the slugified title should be added as an `@id` tag, unless an `@id` tag is present on the issue. module Main where |