From b95f1df54a2b704d93bde6a632db9d45d373d5a9 Mon Sep 17 00:00:00 2001 From: icex2 Date: Sat, 12 Jun 2021 22:48:21 +0200 Subject: [PATCH] Add section about git history to contributing docs --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a80fdf4..322c9bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,15 @@ report are mandatory to provide a comprehensive report if not stated otherwise 1. When finished, submit the issue +## Git history + +The project is aiming for a linear git history approach since we are convinced that it beneifts +maintenance of the project a lot in the long term. + +For further details on that topic, please refer to +[the many external articles](https://dev.to/bladesensei/avoid-messy-git-history-3g26) available +about this topic by using your favorite search engine. + ## Merge requests: bugfixes, new features or other code contributions Merge requests are welcome! May it be a merge request to an already known issue or a new feature that