From 0e9b3c248622f458add2bfd326a86d875b4fa470 Mon Sep 17 00:00:00 2001
From: Apurv Kulkarni <apurv.kulkarni@tu-dresden.de>
Date: Wed, 8 Jun 2022 09:14:03 +0200
Subject: [PATCH] Added links to the code style guidelines.

---
 .../docs/contrib/content_rules.md              | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
index 24ee96ffe..41f4e7e55 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
@@ -345,13 +345,21 @@ Therefore, always add an example!
 
 If showing only a snippet of a long output, omissions are marked with `[...]`.
 
-#### Unix Rules
+#### Code Styling Rules
 
-Stick to the Unix rules on optional and required arguments, and selection of item sets:
+* Stick to the Unix rules on optional and required arguments, and selection of item sets:
 
-* `<required argument or value>`
-* `[optional argument or value]`
-* `{choice1|choice2|choice3}`
+  * `<required argument or value>`
+  * `[optional argument or value]`
+  * `{choice1|choice2|choice3}`
+
+* Please use following style guidelines while writing code blocks:
+  * Shell: [Google shell style guide](https://google.github.io/styleguide/shellguide.html)
+  * Python: [PEP-0008 style guide](https://peps.python.org/pep-0008/)
+  * Matlab: [MATLAB programming style guide](https://www.researchgate.net/publication/316479241_Best_practices_for_scientific_computing_and_MATLAB_programming_style_guidelines)
+  * R: [R style guide](https://google.github.io/styleguide/Rguide.html)
+  * C++: [C++ style guide](https://google.github.io/styleguide/cppguide.html)
+  * Java: [Java style guide](https://google.github.io/styleguide/javaguide.html)
 
 #### List of Prompts
 
-- 
GitLab