aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/ticket/closed/create-git-hooks-tool.toml
diff options
context:
space:
mode:
Diffstat (limited to '.dev-suite/ticket/closed/create-git-hooks-tool.toml')
-rw-r--r--.dev-suite/ticket/closed/create-git-hooks-tool.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.dev-suite/ticket/closed/create-git-hooks-tool.toml b/.dev-suite/ticket/closed/create-git-hooks-tool.toml
new file mode 100644
index 0000000..4b929d9
--- /dev/null
+++ b/.dev-suite/ticket/closed/create-git-hooks-tool.toml
@@ -0,0 +1,14 @@
+title = 'Create git hooks tool'
+status = 'Closed'
+id = '0e068a80-1553-11ea-8002-000502040903'
+assignees = []
+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.
+'''
+comments = []
+version = 'V1'