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` 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