diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f3977d..e0dbfcc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,7 @@ Welcome! We're thrilled that you are interested in contributing to LESP. Before - [Create a Branch](#create-a-branch) - [Making Changes](#making-changes) - [Coding Standards](#coding-standards) + - [AI-Generated Code](#ai-generated-code) - [Commit Messages](#commit-messages) - [Testing](#testing) - [Pull Request Process](#pull-request-process) @@ -50,6 +51,10 @@ git checkout -b feature-branch Please follow the existing coding standards used in the project. This includes code formatting, naming conventions, and commenting. +### AI-Generated Code + +While using AI to assist you while programming is okay, Pull Requests with the whole change made by AI will probably be rejected. Please use AI to assist you, not to do the whole work for you. If the Pull Request is made by AI, please add a comment that you used AI to assist you. + ### Commit Messages Write clear and concise commit messages. Follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for meaningful and consistent commit messages.