mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
17 lines
683 B
Markdown
17 lines
683 B
Markdown
# 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
|