Skip to content

Commit

Permalink
Add section about AI-generated code in CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed Nov 29, 2023
1 parent 3136aec commit 8a924d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8a924d4

Please sign in to comment.