From 50a317cdd9bb6b901426d8c8c37e5ac49b7ef73f Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Thu, 7 Dec 2023 12:16:36 +0100 Subject: [PATCH] add stub chapters --- CONTRIBUTING.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68b3ed3..6ce3e19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,21 @@ -# Contribution Guidelines +# How to contribute xyz -## Adding a new Feature +- +- +- +- + +## Report a Bug + +xyz + +## Fix a Bug + +xyz + +## Add a new Feature xyz @@ -27,6 +40,10 @@ or execute the individual commands that can be found in `Makefile`. - to run all checks use: `make check` - to run all tests use: `make test` or your preferred IDE +## Code Style Guidelines + +xyz - + ## Project Setup We recommend to do the setup in a text console and not with a GUI tool.