Skip to content
Open
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
23 changes: 23 additions & 0 deletions content/wiki/llm_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,26 @@ We consider these cases meaningfully different from asking AI to generate text f
We will not merge agentic markdown files.

Some projects may include common agent files in their `.gitignore`.


## Repository-level guidance

Linebender repositories should include some guidance on our LLM policy, including links to this article where appropriate.

Repositories usually have a **Contributing** section in the README, which should include a short snippet along those lines:

```md
Contributors should disclose LLM-generated content ahead of time.
See [LLM contribution policy for Linebender projects](https://linebender.org/wiki/llm-policy/) for details.
```

Linebender repositories should have PR and Issue templates with a section along those lines:

```md
# LLM content

Does this PR/Issue include LLM-generated content?

- If not, remove this section.
- If so, see Linebender's LLM policy: https://linebender.org/wiki/llm-policy/.
```
Loading