diff options
| author | David Bremner <david@tethera.net> | 2026-06-23 16:50:04 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-06-23 16:50:04 +0900 |
| commit | a7643960e4ff3afb841a779e8cb51eec06a574e8 (patch) | |
| tree | aeb34ac13ac19cd5db88a7c3dd964437de8125eb | |
| parent | 14b1b707b51accb1427b6d18a34cb20d762852b5 (diff) | |
insert language from notmuch source code CONTRIBUTING
| -rw-r--r-- | contributing.mdwn | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index a5bbfb3..11bb3a4 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -8,12 +8,25 @@ you may find it difficult to get your first contributions accepted, but once you get the hang of it, it'll be fun. This page should help you get there. DON'T PANIC. -The headlines below act as a checklist. Not all of them apply in all -situations. Use your best judgment, and the Notmuch community will -help out as needed. +The headlines below act as a checklist. Other than the prohibition of generative AI based contributions, not all of them apply in all +situations. Use your best +judgment, and the Notmuch community will help out as needed. + +There is a much shorter version of this in the source as +CONTRIBUTING. In some circumstances that might be more up to date, +and it is certainly faster to read. [[!toc levels=2]] +# Don't use generative AI (LLMs) + +Use of generative AI (LLMs, diffusion models and similar technology) +is not acceptable for contributions to or interactions with the +Notmuch project. + +This includes words, images and code. It includes bug reports, commit +messages, and email (mailing list or private) and IRC messages. + ## Obtain the Notmuch source code The Notmuch source code is maintained in [git](http://git-scm.com/). Get the |
