]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] new: doc: Add AI coding assistants guidance to CONTRIBUTING.md
authorOndřej Surý <ondrej@isc.org>
Mon, 27 Apr 2026 08:54:19 +0000 (10:54 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 27 Apr 2026 08:54:19 +0000 (10:54 +0200)
commitfe14066331a9a79d438ecf912ae8a2d2a7ea7b8c
tree88e1296c4d01c5ba47bb5f4b224c9e635ff4bead
parentdf77c239ac9d1b0e7efabb4f48dd762811dd5ae1
parent6ccb6f95f6cd5154b2e3dfdab0fa65990935ca75
[9.18] new: doc: Add AI coding assistants guidance to CONTRIBUTING.md

Adapted from the Linux kernel's Documentation/process/coding-assistants.rst
to the BIND 9 context. Adds three subsections under the existing
"Guidelines for Tool-Generated Content" section:

- Licensing and legal requirements (MPL-2.0, SPDX identifiers).
- Signed-off-by and Developer Certificate of Origin: AI agents must
  not add Signed-off-by trailers; only the human submitter may
  certify the DCO.
- Attribution: the Assisted-by: AGENT_NAME:MODEL_VERSION trailer
  for recording AI involvement, with an explicit prohibition on
  AI-added Co-Authored-By trailers (Co-Authored-By designates a
  human co-author who shares responsibility).

Backport of MR !11888

Merge branch 'backport-ondrej/coding-assistants-doc-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11892