Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First draft of PR template #4278

Merged
merged 4 commits into from
Sep 23, 2024
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
45 changes: 45 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Description
<!-- Add a description here -->

### Documentation sets edited in this PR

_Check all that apply._

- [ ] Stateful (`docs/en/observability/*`)
- [ ] Serverless (`docs/en/serverless/*`)
- [ ] Integrations Developer Guide (`docs/en/integrations/*`)
- [ ] None of the above

### Related issue
Closes # <!-- Add the issue this PR closes here -->

## Checklist
bmorelli25 marked this conversation as resolved.
Show resolved Hide resolved

<!--
Add labels to:
1. Backport to other versions (`backport-*`):
- `backport-8.x` to backport to the latest minor
colleenmcginnis marked this conversation as resolved.
Show resolved Hide resolved
- `backport-skip` to not backport (for example, for serverless docs)
- `backport-main` to "backport" to `main` if the target branch is _not_ `main`
- Individual `backport-*` labels to target specific minor versions
2. Surface blocking reviews (`needs-*-review`):
- `needs-writer-review` for codeowners
- `needs-dev-review` for dev team
- `needs-product-review` for PM review
3. Build serverless preview docs: `ci:doc-build`
-->

- [ ] Product/Engineering Review
- [ ] Writer Review

### Follow-up tasks
<!-- If you are updating the Integrations Developer Guide, you can delete this section -->

_Select one._

* This PR does _not_ need to be ported to another doc set because:
- [ ] The concepts in this PR only apply to one doc set (serverless _or_ stateful)
- [ ] The PR contains edits to both doc sets (serverless _and_ stateful)
* This PR needs to be ported to another doc set:
- [ ] Port to stateful docs: \<link to PR or tracking issue>
- [ ] Port to serverless docs: \<link to PR or tracking issue>