summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2022-02-02 12:37:09 +0100
committerkali kaneko (leap communications) <kali@leap.se>2022-02-02 12:38:18 +0100
commitefbfdf797385f9773d7a10d8a1c8f10570747c04 (patch)
tree46c5929a94a0af73f8ac0a77e7afbc96e2d45249
parent0262f151baac44d3013c7df8d05d24408cf23e56 (diff)
[docs] add style guide
-rw-r--r--docs/style-guide.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/style-guide.md b/docs/style-guide.md
new file mode 100644
index 0000000..2f59a66
--- /dev/null
+++ b/docs/style-guide.md
@@ -0,0 +1,7 @@
+# Git
+
+- Sign all commits and releases
+- Do *not* include merge commits. Rebase your MRs always on top of master
+ before merging - we want a lineal history.
+- Use the [tags] on commit messages.
+- When possible, reference the issues this is Closing or Related to.