aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/ticket/closed/create-a-find_root-function.toml
diff options
context:
space:
mode:
Diffstat (limited to '.dev-suite/ticket/closed/create-a-find_root-function.toml')
-rw-r--r--.dev-suite/ticket/closed/create-a-find_root-function.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.dev-suite/ticket/closed/create-a-find_root-function.toml b/.dev-suite/ticket/closed/create-a-find_root-function.toml
new file mode 100644
index 0000000..49a550c
--- /dev/null
+++ b/.dev-suite/ticket/closed/create-a-find_root-function.toml
@@ -0,0 +1,15 @@
+title = 'Create a find_root function'
+status = 'Closed'
+id = '0f37b780-1553-11ea-8003-000502040903'
+assignees = []
+description = '''
+One of the issues with ticket is that it has a bug in init where if it's
+not given the path to the root of a git then it will fail. This is
+frankly frustrating and can be a bit unexpected in behavior. We fixed
+this in the ticket creation with a `find_root` function. This should be
+a more generalized function and be shared amongst future tools as this
+will be a common operation. It shouldn't matter where in a repo you are,
+the tools should just work.
+'''
+comments = []
+version = 'V1'