aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-18 19:33:50 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-11-18 19:33:50 -0500
commitc56472a5237c128595e590a923fe52d1edb0ff93 (patch)
tree6263edffea243dfdebe068f463e167fcb46cfa63
parenta5675ad991024292b143afcbac96074d9eb527c1 (diff)
Add tickets to the repo
-rw-r--r--.dev-suite/ticket/open/1-add-ability-to-edit-tickets.toml9
-rw-r--r--.dev-suite/ticket/open/2-create-git-hooks-tool.toml11
2 files changed, 20 insertions, 0 deletions
diff --git a/.dev-suite/ticket/open/1-add-ability-to-edit-tickets.toml b/.dev-suite/ticket/open/1-add-ability-to-edit-tickets.toml
new file mode 100644
index 0000000..e0279d3
--- /dev/null
+++ b/.dev-suite/ticket/open/1-add-ability-to-edit-tickets.toml
@@ -0,0 +1,9 @@
+title = 'Add ability to edit tickets'
+status = 'Open'
+number = 1
+description = '''
+Currently if you want to edit a ticket you need to directly edit it
+inside of the git repo itself. While it works it's hardly ideal. The
+ability to edit tickets by specifiying the id with an accompanying cli
+arg to go with it would be enough to close this.
+'''
diff --git a/.dev-suite/ticket/open/2-create-git-hooks-tool.toml b/.dev-suite/ticket/open/2-create-git-hooks-tool.toml
new file mode 100644
index 0000000..19d8904
--- /dev/null
+++ b/.dev-suite/ticket/open/2-create-git-hooks-tool.toml
@@ -0,0 +1,11 @@
+title = 'Create git hooks tool'
+status = 'Open'
+number = 2
+description = '''
+Git hooks are great, but the problem is that it's hard to standardize
+them across a team. This is because they don't travel with the repo for
+security reasons. However, having a way to manage and install them in a
+repo is a good thing to standardizing checks across a team to avoid
+issues that just get caught in CI way later when it would be trivial to
+catch with a script.
+'''