diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-25 09:57:21 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-25 09:57:21 +0100 |
commit | 62505f8982c2bc2cae5456a7ab50932fea580cc4 (patch) | |
tree | 968959762ed547a09f52909c6f082cd07699c56f | |
parent | 4ca8b69c81ddbd965ff88deeaed7bc4f0709fbf4 (diff) | |
download | searxng-62505f8982c2bc2cae5456a7ab50932fea580cc4.tar.gz searxng-62505f8982c2bc2cae5456a7ab50932fea580cc4.zip |
docs(dev): add refs to to gitmoji and Semantic PR in contrib section
preview (don't bookmark):
https://return42.github.io/searx/dev/contribution_guide.html#code
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r-- | docs/dev/contribution_guide.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst index c6030fbe3..459dfb448 100644 --- a/docs/dev/contribution_guide.rst +++ b/docs/dev/contribution_guide.rst @@ -54,13 +54,16 @@ Code .. _Git Commit Good Practice: https://wiki.openstack.org/wiki/GitCommitMessages .. _Structural split of changes: https://wiki.openstack.org/wiki/GitCommitMessages#Structural_split_of_changes +.. _gitmoji: https://gitmoji.carloscuesta.me/ +.. _Semantic PR: https://github.com/zeke/semantic-pull-requests .. sidebar:: Create good commits! - `Structural split of changes`_ - `Conventional Commits`_ - `Git Commit Good Practice`_ - + - some like to use: gitmoji_ + - not yet active: `Semantic PR`_ In order to submit a patch, please follow the steps below: |