Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-04-10 22:11:49 +0300
committerGitHub <noreply@github.com>2022-04-10 22:11:49 +0300
commit84aa3d47e34a96c8d8400bdf1d2d303decc5d108 (patch)
treeb1bfbe1a8da38b363e61612385dda8a0d0e880c5 /CONTRIBUTING.md
parentc78680621f828a7f4ecd50dd184b48b045bd6f31 (diff)
Create CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 16 insertions, 0 deletions
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