From 9abfea06cc0620ab4d41f573181d5d828dd47573 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Wed, 9 Jul 2025 12:58:30 -0600 Subject: [PATCH 1/2] update 'description' in issue 5fe71e27727f4243dc997e63b9a02971 --- 5fe71e27727f4243dc997e63b9a02971/description | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 5fe71e27727f4243dc997e63b9a02971/description diff --git a/5fe71e27727f4243dc997e63b9a02971/description b/5fe71e27727f4243dc997e63b9a02971/description new file mode 100644 index 0000000..9f741d2 --- /dev/null +++ b/5fe71e27727f4243dc997e63b9a02971/description @@ -0,0 +1,7 @@ +add a way to see how an issue has changed over time + +Maybe `ent log ISSUE` (and `ent log COMMENT`)? + +This could be a thinly veiled wrapper around: + +`git log entomologist-data -- ISSUE` From 8cea4cfd0ff265def31e5e3864d21d0e88373a45 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Wed, 9 Jul 2025 13:02:40 -0600 Subject: [PATCH 2/2] update 'description' in issue fd81241f795333b64e7911cfb1b57c8f --- fd81241f795333b64e7911cfb1b57c8f/description | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fd81241f795333b64e7911cfb1b57c8f/description b/fd81241f795333b64e7911cfb1b57c8f/description index fdb0c29..1a26aee 100644 --- a/fd81241f795333b64e7911cfb1b57c8f/description +++ b/fd81241f795333b64e7911cfb1b57c8f/description @@ -1 +1,8 @@ commit messages in the `entomologist-data` branch could be better + +It'd be nice to be able to look at the `git log --oneline` of an issue dir and see: +* creating the issue +* editing the issue +* changing state or assignee +* adding a comment +* editing a comment