Skip to content

Commit 83867f3

Browse files
authored
Add extra opt-in message template
1 parent f9e9000 commit 83867f3

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

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

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,41 @@ Some timelines to keep in mind:
2323
**Note**: In your placeholder PR, use the current scheduled overall release date for the blog `date` and add a `draft:true` to the front matter. This will help us to merging this ahead of the release date and scheduling it after the release date.
2424
2525
If you have any questions or need help, please feel free to reach out to me or any of the Communications Team members. We are here to help you!
26-
```
26+
```
27+
28+
----
29+
30+
Another template you could use with GitHub callouts:
31+
32+
```
33+
Hi @xx 👋 -- this is YOURNAME (@your_github_id) from the x.yy Communications Team!
34+
35+
For the x.yy release, we are currently in the process of collecting and curating a list of potential feature blogs, and we'd love for you to consider writing one for your enhancement!
36+
37+
As you may be aware, feature blogs are a great way to communicate to users about features which fall into (but not limited to) the following categories:
38+
- This introduces some breaking change(s)
39+
- This has significant impacts and/or implications to users
40+
- ...Or this is a long-awaited feature, which would go a long way to cover the journey more in detail 🎉
41+
42+
To opt in to write a feature blog, could you please let us know and open a "Feature Blog placeholder PR" (which can be only a skeleton at first) against the [website repository](https://github.com/kubernetes/website) by **<<BLOG_PLACEHOLDER_DEADLINE>> WEEKDAY, DAY MONTH**? For more information about writing a blog, please find the [blog contribution guidelines](https://kubernetes.io/docs/contribute/new-content/blogs-case-studies/#technical-considerations-for-submitting-a-blog-post) 📚
43+
44+
> [!Tip]
45+
> Some timeline to keep in mind:
46+
> - **02:00 UTC <<BLOG_PLACEHOLDER_DEADLINE>> WEEKDAY, DAY MONTH**: Feature blog PR freeze
47+
> - **<<BLOG_READY>> WEEKDAY, DAY MONTH**: Feature blogs ready for review
48+
> - You can find more in the [release document](LINK)
49+
>
50+
51+
> [!Note]
52+
> In your placeholder PR, use `XX` characters for the blog `date` in the front matter and file name. We will work with you on updating the PR with the publication date once we have a final number of feature blogs for this release.
53+
```
54+
55+
With this one, you'd need to update the following placeholders:
56+
- `@xx`: Mention KEP's primary contact(s), assignee(s), and even potentially other members who are actively working on the KEP
57+
- `YOURNAME`: Your name, as you prefer
58+
- `your_github_id`: Your GitHub ID
59+
- `x.yy`: The upcoming Kubernetes version, such as 1.33, 1.34, etc.
60+
- Dates: There are 2 separate dates; one for the placeholder PR, and another for the blog ready for review
61+
- `<<BLOG_PLACEHOLDER_DEADLINE>> WEEKDAY, DAY MONTH`: Deadline for the placeholder PR, which is usually at 02:00 UTC on Wednesday (on week 8)
62+
- `<<BLOG_READY>> WEEKDAY, DAY MONTH`: Deadline for the Feature Blogs being ready for review, which is usually on week 13
63+
- `LINK`: Add a link to the release document, such as `https://github.com/kubernetes/sig-release/tree/master/releases/release-1.33#timeline`

0 commit comments

Comments
 (0)