From 17cab300fccadd5d7eb4ab5b032a33a41a93a179 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Thu, 19 Sep 2024 16:42:40 -0700 Subject: [PATCH 1/4] Create pull_request_template.md --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..2824b6866d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +## Description + + +### Related issue +Closes # + +## Checklist +- [ ] Product/Engineering Review +- [ ] Writer Review + +### Serverless/Stateful port + +Select one of the following: +- [ ] This PR adds content to both the Serverless and Stateful docs ✔️ +- [ ] This PR only applies to one content set and does not need to be ported ✔️ +- [ ] This PR adds Serverless content and has been ported to Stateful in PR#_HERE ✔️ +- [ ] This PR adds Serverless content and I've added the `needs-stateless-port` label 🚧 +- [ ] This PR adds Stateful content and has been ported to Servless in PR#_HERE ✔️ +- [ ] This PR adds Stateful content and I've added the `needs-serverless-port` label 🚧 From 2f4f264110e3c95d60ad35991c7abf68e7ce4b1b Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Fri, 20 Sep 2024 14:50:05 -0700 Subject: [PATCH 2/4] Update .github/pull_request_template.md --- .github/pull_request_template.md | 34 ++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2824b6866d..4ce8f04b29 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,23 +1,31 @@ ## Description +### 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 # ## Checklist + - [ ] Product/Engineering Review - [ ] Writer Review -### Serverless/Stateful port - -Select one of the following: -- [ ] This PR adds content to both the Serverless and Stateful docs ✔️ -- [ ] This PR only applies to one content set and does not need to be ported ✔️ -- [ ] This PR adds Serverless content and has been ported to Stateful in PR#_HERE ✔️ -- [ ] This PR adds Serverless content and I've added the `needs-stateless-port` label 🚧 -- [ ] This PR adds Stateful content and has been ported to Servless in PR#_HERE ✔️ -- [ ] This PR adds Stateful content and I've added the `needs-serverless-port` label 🚧 +### Follow-up tasks + + +_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: \ + - [ ] Port to serverless docs: \ From 138d0e30684a422113977ce3f6c062bb2832d47d Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 23 Sep 2024 15:13:44 -0700 Subject: [PATCH 3/4] Update .github/pull_request_template.md Co-authored-by: Colleen McGinnis --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4ce8f04b29..6f47a1cb54 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,20 @@ Closes # ## Checklist + + - [ ] Product/Engineering Review - [ ] Writer Review From ca808b73c1e40e6d6033d59153aa147bac4c9a7b Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 23 Sep 2024 15:16:27 -0700 Subject: [PATCH 4/4] blank commit so I'm the last committer