From 7c1d01695e124d219e77a810c0311e4ba88f26f4 Mon Sep 17 00:00:00 2001 From: Owen Mehegan Date: Fri, 4 Sep 2026 11:16:06 +1000 Subject: [PATCH] Condense docs bot PR template addition --- .github/pull_request_template.md | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ead05092fa..edfe8f102e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,28 +19,11 @@ List of what the PR changes. If the PR changes the CLI arguments, consider addin Can skip if changes are simple or clear from the commit messages. --> -## Documentation and publication - - - -**Does this change need public documentation?** - -- [ ] Yes -- [ ] No -- [ ] Unsure - -**Is this change safe to document publicly when this PR merges?** - -- [ ] Yes -- [ ] No, the documentation must be held -- [ ] It can be documented as a limited-availability or preview feature -- [ ] Not applicable (docs not needed) - -**Publication notes:** - - +### Public documentation + +- [ ] Ready for public documentation - document and publish +- [ ] Not ready for public docs - document and hold +- [ ] Not applicable - docs not needed ## Testing - [ ] Tests have run locally (with `go test ./...`). Buildkite employees may check this if the pipeline has run automatically.