aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-21 10:51:36 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-11-21 14:21:07 -0500
commit5cec4e3f5c551731d1202d892da570ad62d9682d (patch)
tree9e71c8e26e9206ffdf2e7ac9eac70793bc6d6aa1
parentc56472a5237c128595e590a923fe52d1edb0ff93 (diff)
Create a ticket for a find_root function
-rw-r--r--.dev-suite/ticket/open/3-create-a-find_root-function.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.dev-suite/ticket/open/3-create-a-find_root-function.toml b/.dev-suite/ticket/open/3-create-a-find_root-function.toml
new file mode 100644
index 0000000..7ec030e
--- /dev/null
+++ b/.dev-suite/ticket/open/3-create-a-find_root-function.toml
@@ -0,0 +1,12 @@
+title = 'Create a find_root function'
+status = 'Open'
+number = 3
+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.
+'''