Skip to content

Commit cd86f4e

Browse files
authored
Merge pull request #2754 from aibarbetta/feature-blog-ready-for-review-reminder
[Comms handbook] Add ready-for-review deadline reminder template
2 parents 10f0a2f + 6a7b9c6 commit cd86f4e

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

release-team/role-handbooks/communications/templates/feature-blog-opt-in-message.md renamed to release-team/role-handbooks/communications/templates/feature-blog-messages.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Initial Reach-out
1+
# Feature Blog Opt-in
2+
3+
## Initial Reach-out
24

35
This is a message to send to enhancement owners to opt in to write a feature blog for their enhancement, it should be sent on the KEP issue.
46
After this message is sent, the Comms team will follow up with the enhancement owner to help them keep in mind the timeline for the feature blog, every 1-2 weeks.
@@ -64,7 +66,7 @@ With this one, you'd need to update the following placeholders:
6466
- `<<BLOG_READY>> WEEKDAY, DAY MONTH`: Deadline for the Feature Blogs being ready for review, which is usually on week 13
6567
- `LINK`: Add a link to the release document, such as `https://github.com/kubernetes/sig-release/tree/master/releases/release-1.33#timeline`
6668

67-
# Follow-up
69+
## Follow-up
6870

6971
```
7072
Hi @xx 👋, x.yy Communications Team here again!
@@ -90,3 +92,20 @@ With this one, you'd need to update the following placeholders:
9092
- `<<BLOG_READY>> WEEKDAY, DAY MONTH`: Deadline for the Feature Blogs being ready for review, which is usually on week 13
9193
- `LINK`: Add a link to the release document, such as `https://github.com/kubernetes/sig-release/tree/master/releases/release-1.33#timeline`
9294

95+
# Feature Blog PR
96+
97+
## "ready for review" deadline reminder
98+
This is a message to send Feature Blog authors in their Feature Blog PR if they haven't marked it as "ready for review" days before the deadline.
99+
```
100+
Hi @xx 👋 -- this is YOURNAME (@your_github_id) from the vX.yy Communications Team!
101+
102+
Just a friendly reminder that we are approaching the feature blog "ready for review" deadline: **<<BLOG_READY>> WEEKDAY, DAY MONTH**. We ask you to have the blog in non-draft state, and all write-up to be complete, so that we can start the blog review from SIG Docs Blog team.
103+
104+
If you have any questions or need help, please don't hesitate to reach out to me or any of the Communications Team members. We are here to help you!
105+
```
106+
In this template, you'd need to update the following placeholders:
107+
- `@xx`: Mention Feature Blog PR author(s)
108+
- `YOURNAME`: Your name, as you prefer
109+
- `your_github_id`: Your GitHub ID
110+
- `vX.yy`: The upcoming Kubernetes version, such as v1.33, v1.34, etc.
111+
- `<<BLOG_READY>> WEEKDAY, DAY MONTH`: Deadline for the Feature Blogs being ready for review, which is usually on week 13

0 commit comments

Comments
 (0)