aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md (renamed from Contributions.md)6
1 files changed, 3 insertions, 3 deletions
diff --git a/Contributions.md b/CONTRIBUTING.md
index 51ea25a..8685117 100644
--- a/Contributions.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,8 @@
For a list of available tasks please look at the open issues. I try to keep them up-to-date.<br/>
### Code Formatting
-For code formatting, please use the clang-format file under `extra-tools`<br/>
+For C and C++, please use the clang-format file under `extra-tools`. You can also just skip that and use some common sense.<br/>
+For Python, Lua and Haskell, just your common sense. Don't cram your lines into 80 characters. Please don't.<br/>
### Write Tests
If you are adding a feature or functionality please also include the tests. all tests go into the test directory under ptoject root inside a folder with the same name as the executable they belong to.<br/>
@@ -15,6 +16,5 @@ For discussions regarding the implementations or feature requests or enhancement
### Labels
We have quite a varied range of labels for issues. please use them.<br/>
-
### Contributers.md
-Don't forget to add your name to the `Contributers.md` file in the repo root.<br/>
+Don't forget to add your name to the `Contributers.md` file in the repo root. The list has a chronological order. Don't break that.<br/>