From b0112000b3f2966489bbf5ac1f2e15815f463d06 Mon Sep 17 00:00:00 2001
From: Alexander Foremny <aforemny@posteo.de>
Date: Mon, 16 Oct 2023 14:04:30 +0200
Subject: add issue support-issue-comments

---
 app/Main.hs | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'app')

diff --git a/app/Main.hs b/app/Main.hs
index e95d5f7..183e976 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -238,6 +238,15 @@
 -- Running `anissue show tool-crashes-when-displaying-unicode-emojis`
 -- will crash because of 🏗️.
 
+-- TODO Support issue comments
+-- Currently, comments do not get picked up in issue descriptions; see the
+-- issue below.
+--
+-- I would like to parse comments (much like issues), and associate them with
+-- the preceding issue.
+--
+-- `anissue show` should then show all comments below the current output.
+
 -- TODO Add options to specify ordering of issues
 --
 -- When running `anissue list` with the `--order-by` option, the list
-- 
cgit v1.2.3