From f82162f94a46bd378a1e5be1f5cf9f7d37f9f8ae Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 2 Jan 2018 22:04:41 +0100 Subject: [PATCH] Create CONTRIBUTING.md Started "contributing" guide --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..79fa4a490 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Adding new features +If you want to add a new feature, consider asking about it before implementing it to make sure it is within the scope of the project. Of course you are free to create the pull request directly but it is not guaranteed it is going to be accepted. + +# Style +- Only use tabs for indentation, not spaces. +- Do not remove or add optional characters from other lines (such as colons or new line characters) as it can make the commit needlessly big.