]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: doc: Provide guidelines for tool-generated content
authorOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 07:03:24 +0000 (08:03 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 07:03:24 +0000 (08:03 +0100)
commit06a671a0ef9d8afe730b8f54dbf2dddbca78fb64
tree16f76149844e243d9df44204880838615cc7f030
parenteb92622f8e4bebb1fcc9b5f44201c28a368607a0
parentab490f30c5e4e360cd2b01b098540d7e3e1d7c74
[9.20] new: doc: Provide guidelines for tool-generated content

In the last few years, the capabilities of coding tools have exploded.
As those capabilities have expanded, contributors and maintainers have
more and more questions about how and when to apply those capabilities.

Add new documentation to guide contributors on how to best use BIND 9
development tools, new and old.

In short: Please show your work and make sure your contribution is
easy to review.

This has been adopted from the Linux Kernel guidelines.

Backport of MR !11447

Merge branch 'backport-ondrej/clarify-the-use-of-tools-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11581