diff --git a/d3a705245bd69aa56524b80b5ae0bc26/description b/d3a705245bd69aa56524b80b5ae0bc26/description new file mode 100644 index 0000000..0df3299 --- /dev/null +++ b/d3a705245bd69aa56524b80b5ae0bc26/description @@ -0,0 +1,5 @@ +move IssuesDatabase out of binary and into library + +currently the IssuesDatabase type lives in the binary application, which makes it impossible to use with other applications. + +since the IssuesDatabase type is needed for some of the git management related to the storage of issues, it should exist as part of the library