From 84aa3d47e34a96c8d8400bdf1d2d303decc5d108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 10 Apr 2022 20:11:49 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..99cb387 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# Contributing +Anyone is welcome to contribute to UVtools. + +# Code guidelines: +- Follow C# best pratices +- Name variables, properties, functions, methods, etc, with clear and easy to understand names +- Follow current code base pratices, schemantic and naming +- Comments are welcome +- Clean up code, don't leave big blocks of commented code, unless if is important to keep + +# Tutorials, guides, videos, information guidelines: +- Always confirm if the statements are true +- Provide clear instructions +- Never provide direct link to download nor specific releases + - Use home: https://github.com/sn4k3/UVtools + - Use latest release: https://github.com/sn4k3/UVtools/releases/latest