Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add initial policy on LLM-generated contributions #4011

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Code of Conduct

If you use an LLM (Large Language Model, like ChatGPT, Claude, GitHub Copilot,
or Llama) to make a contribution then you must say so in your contribution and
you must carefully review your contribution for correctness before sharing it.
If you share un-reviewed LLM-generated content then you will be immediately
banned.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be worth expanding on a bit more. Aside from the correctness issue, there is also the appropriate attribution and possible copyright washing involved with LLM-generated content.

This text is also slightly different than the proposed policy in the discussion, and I think that the discussion policy is more reasonable.


[Contributor Covenant Code Of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
8 changes: 8 additions & 0 deletions assets/chezmoi.io/docs/developer-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Developer guide

!!! warning

If you use an LLM (Large Language Model, like ChatGPT, Claude, GitHub Copilot,
or Llama) to make a contribution then you must say so in your contribution and
you must carefully review your contribution for correctness before sharing it.
If you share un-reviewed LLM-generated content then you will be immediately
banned.

chezmoi is written in [Go](https://golang.org) and development happens on
[GitHub](https://github.com). chezmoi is a standard Go project, using standard
Go tooling. chezmoi requires Go 1.22 or later.
Expand Down