From 01742eb55e6835943af3c882bc28867809dcd35e Mon Sep 17 00:00:00 2001 From: Light <59169246+Light3039@users.noreply.github.com> Date: Sat, 7 Aug 2021 11:20:14 +0430 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..92c68e3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# How to contribute to Light Engine + +Thanks for putting in the time to contribute to this project <3 + +## Coding conventions + +For the time being, don't worry too much about the conventions... + +Try to read other parts of the code and you'll get the hang of it + +I have to learn clang-format, then everyone contributing can use it to format their code + + +###### happy coding-