summaryrefslogtreecommitdiff
path: root/docs/hacking
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-19 17:38:34 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-10-19 17:38:34 -0400
commit4ec04b405f8a9965374eca8d18815d88a009ef21 (patch)
treee41eabdcf5d233fcc3fe12684135b0117e29c88a /docs/hacking
parent305bec5d7ea8bb287efff732764d2722f09a3094 (diff)
[docs] include leap commit template from the docs
Diffstat (limited to 'docs/hacking')
-rw-r--r--docs/hacking/index.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst
index 2a48a7b1..4826f483 100644
--- a/docs/hacking/index.rst
+++ b/docs/hacking/index.rst
@@ -44,7 +44,12 @@ Merge requests to https://0xacab/leap/bitmask-dev
Coding conventions
---------------------------------
* pep8
-* pre-commit hook (more utils in docs/hooks folder)
+* Git messages should be informative.
+* There is a pre-commit hook ready to be used in the ``docs/hooks`` folder,
+ alongside some other hooks to do autopep8 on each commit.
+
+.. include:: ../hooks/leap-commit-template.README
+ :literal:
Pinning
----------------------------------