Update CONTRIBUTING.md

This commit is contained in:
the Sane.
2025-10-06 21:57:35 -04:00
committed by GitHub
parent 8e8d21af33
commit efa3629f61

View File

@@ -10,6 +10,8 @@ With the above project goals in mind, please consider the following guidelines w
- Any messages or options presented to the user should be clear and concise. - Any messages or options presented to the user should be clear and concise.
- The Helper should not make any changes to the user's system without first asking or notifying the user. - The Helper should not make any changes to the user's system without first asking or notifying the user.
- Avoid duplicating code. Make use of the existing helper functions. See [Code Structure and Overview](https://github.com/starcitizen-lug/lug-helper/wiki/Code-Structure-and-Overview). - Avoid duplicating code. Make use of the existing helper functions. See [Code Structure and Overview](https://github.com/starcitizen-lug/lug-helper/wiki/Code-Structure-and-Overview).
- For significant contributions, please ask if it's desired or already being worked on.
- Please, no AI-generated code.
### Code Syntax and Formatting Guidelines ### Code Syntax and Formatting Guidelines
- Match existing code styling and syntax for consistency and legibility. - Match existing code styling and syntax for consistency and legibility.