Skip to content

Commit eccfa6d

Browse files
First draft of PR template (#4278)
* Create pull_request_template.md * Update .github/pull_request_template.md * Update .github/pull_request_template.md Co-authored-by: Colleen McGinnis <[email protected]> * blank commit so I'm the last committer --------- Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 4aa4a2b commit eccfa6d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/pull_request_template.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Description
2+
<!-- Add a description here -->
3+
4+
### Documentation sets edited in this PR
5+
6+
_Check all that apply._
7+
8+
- [ ] Stateful (`docs/en/observability/*`)
9+
- [ ] Serverless (`docs/en/serverless/*`)
10+
- [ ] Integrations Developer Guide (`docs/en/integrations/*`)
11+
- [ ] None of the above
12+
13+
### Related issue
14+
Closes # <!-- Add the issue this PR closes here -->
15+
16+
## Checklist
17+
18+
<!--
19+
Add labels to:
20+
1. Backport to other versions (`backport-*`):
21+
- `backport-8.x` to backport to the latest minor
22+
- `backport-skip` to not backport (for example, for serverless docs)
23+
- `backport-main` to "backport" to `main` if the target branch is _not_ `main`
24+
- Individual `backport-*` labels to target specific minor versions
25+
2. Surface blocking reviews (`needs-*-review`):
26+
- `needs-writer-review` for codeowners
27+
- `needs-dev-review` for dev team
28+
- `needs-product-review` for PM review
29+
3. Build serverless preview docs: `ci:doc-build`
30+
-->
31+
32+
- [ ] Product/Engineering Review
33+
- [ ] Writer Review
34+
35+
### Follow-up tasks
36+
<!-- If you are updating the Integrations Developer Guide, you can delete this section -->
37+
38+
_Select one._
39+
40+
* This PR does _not_ need to be ported to another doc set because:
41+
- [ ] The concepts in this PR only apply to one doc set (serverless _or_ stateful)
42+
- [ ] The PR contains edits to both doc sets (serverless _and_ stateful)
43+
* This PR needs to be ported to another doc set:
44+
- [ ] Port to stateful docs: \<link to PR or tracking issue>
45+
- [ ] Port to serverless docs: \<link to PR or tracking issue>

0 commit comments

Comments
 (0)