diff options
author | Hampus <hampus@hampusmat.com> | 2021-09-29 19:02:30 +0200 |
---|---|---|
committer | Hampus <hampus@hampusmat.com> | 2021-09-29 19:02:30 +0200 |
commit | b5be5c01ee0c38d55b31f07ad4e4b627072c9c04 (patch) | |
tree | 21fb712c6031a8a84c97189d2c8b8c3e3aecaf7f /docs_src | |
parent | 70c8c22c52ae0d429321f58b8a787ef4b157af3f (diff) |
docs: add mailing list info
Diffstat (limited to 'docs_src')
-rw-r--r-- | docs_src/hacking.md | 10 |
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 + + |