]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: doc: Provide guidelines for tool-generated content
authorOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 06:23:25 +0000 (07:23 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 06:23:25 +0000 (07:23 +0100)
commit6d3252bbe6f1a3272dde401dbdbf78311241e4be
tree468393eb550b8d9512531c488e806162e1d6fa22
parentbc0b26439b126d9cea9633cffe035d1b1ece99f4
parent3fe2215afb24ed86dfba0a7716871aa9d86fc6c5
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.

Merge branch 'ondrej/clarify-the-use-of-tools' into 'main'

See merge request isc-projects/bind9!11447