aboutsummaryrefslogtreecommitdiff
path: root/docs_src
diff options
context:
space:
mode:
Diffstat (limited to 'docs_src')
-rw-r--r--docs_src/hacking.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs_src/hacking.md b/docs_src/hacking.md
index 518477b..8d6c1b8 100644
--- a/docs_src/hacking.md
+++ b/docs_src/hacking.md
@@ -26,3 +26,13 @@ You may want to add the following to your settings.json
You can use the following command to run a live-updating instance of Githermit.
`$ yarn dev`
+
+## Submitting patches
+Contributing your code should be done through the [mailing list](https://lists.hampusmat.com/mailman3/lists/githermit.lists.hampusmat.com/).
+
+Here's some guidelines for a higher possibility of a merge.
+- Write short & descriptive commit messages that follow the [Conventional Commits specification](https://www.conventionalcommits.org)
+- Make separate commits for logically separate changes.
+- Sign off your patches
+
+