Skip to content

Commit

Permalink
Update CONTRIBUTING.md to explicitly disallow ChatGPT and other LLMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 10, 2023
1 parent d5a2459 commit 0451155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Homebrew
JSON
JSONC
JUnit
LLMs
markdownlint-cli2
markdownlint-cli2-formatter-codequality
markdownlint-cli2-formatter-default
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ allowed.
In order to maintain the permissive MIT license this project uses, all
contributions must be your own and released under that license. Code you add
should be an original work and should not be copied from elsewhere. Taking code
from a different project, Stack Overflow, or the like is not allowed. The use
of tools such as GitHub Copilot that generate code from other projects is not
allowed.
from a different project, Stack Overflow, or the like is not allowed. The use of
tools such as GitHub Copilot, ChatGPT, LLMs (large language models), etc. that
incorporate code from other projects is not allowed.

Thank you!

Expand Down

0 comments on commit 0451155

Please sign in to comment.