diff options
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 0313563..2bac63f 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -161,6 +161,14 @@ -- issues. -- -- @topic ids +-- +-- COMMENT I am not sure we want to automatically append `@id`s to the issue +-- description. We probably want to append `@pastId` to an issue if we notice a +-- change in the title. I feel users are not as likely change that. +-- +-- That being said, I am up for experimenting with random IDs *alongside* the +-- current design. Maybe we could add a `@uuid` tag automatically that is +-- generated from the issues first `@id`, and append that? -- TODO Dependencies between issues -- |