Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@ 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

<!--
The following details help our docs writer bot decide whether and how to draft docs for this change.
-->

**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:**

<!-- If documentation must be held or needs availability language, explain what reviewers should know and when it can be published. -->

## Testing
- [ ] Tests have run locally (with `go test ./...`). Buildkite employees may check this if the pipeline has run automatically.
- [ ] Code is formatted (with `go tool gofumpt -extra -w .`)
Expand Down
Loading