]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] new: doc: Provide guidelines for tool-generated content
authorOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 07:03:42 +0000 (08:03 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 07:03:42 +0000 (08:03 +0100)
commitaceaebe530e90dae39255a297bbfc4edc644b977
tree5e180226653b4a0fc1da34dec3d0ecd069bc19ab
parent79db9393b11954349d3120356ce8bac366b9e1db
parent877b946af7f32dcf5bf52b951fb53ef0c1e6205d
[9.18] 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.18' into 'bind-9.18'

See merge request isc-projects/bind9!11582