From efa3629f61ae547df841d720b3d488b5c20f30fb Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:57:35 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d467373..d9da3df 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. - 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). +- For significant contributions, please ask if it's desired or already being worked on. +- Please, no AI-generated code. ### Code Syntax and Formatting Guidelines - Match existing code styling and syntax for consistency and legibility.