From f3e15022033ff8607517d132a6bbcd42e509243d Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Thu, 8 Oct 2020 11:39:51 +0200 Subject: [PATCH] Added a disclaimer --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba7b3a7ec..03fd38e80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,11 @@ If you have any further questions, then please join our [Discord Support Server] ## :black_nib: Code Style guidelines The general gist when it comes to code style: **Try to be consistent!**.
-Try to stay inline with the code that surrounds you, having an entire package or even a single file that's filled with plenty of different and inconsistent code styles is just hard to read or maintain. That's why we wanna make sure everyone follows these simple principles: +Try to stay inline with the code that surrounds you, having an entire package or even a single file that's filled with plenty of different and inconsistent code styles is just hard to read or maintain. That's why we wanna make sure everyone follows these principles. + +*Note that these are just guidelines, we may request changes on your pull request if we think there are changes necessary. +But we won't reject your Pull Request completely due to a few styling inconsistencies, we can always refactor code later. +But do try to follow our code style as best as you can.* #### 1. Imports * Don't use wildcard (`*`) imports!