Add issue template for communication (#4761)
* Add issue template for communication - Creates a way to request support from Upstream Marketing Group Signed-off-by: Matthew Broberg <1744971+mbbroberg@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/marketing-request.md * Update .github/ISSUE_TEMPLATE/marketing-request.md * Update .github/ISSUE_TEMPLATE/marketing-request.md * Update .github/ISSUE_TEMPLATE/marketing-request.md
This commit is contained in:
parent
32c4a99bce
commit
2a6e552b5c
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
name: Contributor Comms Request
|
||||
about: Get support on sending a message out to our community through coordinated outreach on email, Slack, social media, and other public channels.
|
||||
title: 'REQUEST: New communication about <topic>'
|
||||
labels: area/contributor-comms, sig/contributor-experience
|
||||
assignees:
|
||||
---
|
||||
<!--
|
||||
ATTENTION: the Upstream Marketing Team have classifications on how urgent and important a message to the community is outlined here: https://git.k8s.io/community/communication/marketing-team/multichannel-communications.md#mapping-type-to-tier
|
||||
|
||||
Filling out this form to the best of your ability will speed up the team's ability to get the word out!
|
||||
-->
|
||||
|
||||
**What do you want send out?**
|
||||
<!-- Include logos, artwork, pics, diagrams, or any other assets with public links whenever possible. -->
|
||||
|
||||
|
||||
**What’s the intended outcome?**
|
||||
<!-- Are you looking for people to get involved? Fill out a survey? See something of interest to them? Let us know why you care to share. -->
|
||||
|
||||
|
||||
**What is the sponsoring SIG or community group?**
|
||||
<!-- What SIG or group is this message on behalf of? What is the best way to contact them? -->
|
||||
|
||||
**Is this time-sensitive?**
|
||||
<!-- You can delete or skip this if it's not relevant. -->
|
||||
|
||||
- [ ] Yes, it is **due by** <$DATE> <$TIME>
|
||||
- [ ] Yes, it **must be sent** <$DATE> <$TIME>
|
||||
- [ ] No, but I'd prefer <$DATE> <$TIME>
|
||||
|
||||
**Where do you want it to be visible?**
|
||||
<!-- Note that email via our mailing list is the default choice for all messages. See our
|
||||
multichannel communication strategy for more details. Note that blogs and social
|
||||
media must meet our guidelines.
|
||||
|
||||
Multichannel communication strategy: http://git.k8s.io/community/communication/marketing-team/multichannel-communications.md#mapping-type-to-tier
|
||||
|
||||
Blog and Social Media Guidelines: https://git.k8s.io/community/communication/marketing-team#purpose -->
|
||||
|
||||
- [ ] Everywhere 🌍
|
||||
- [ ] Email (kubernetes-dev@googlegroups.com)
|
||||
- [ ] Blog post (with help from a [Storyteller](https://github.com/kubernetes/community/tree/master/communication/marketing-team#purpose))
|
||||
- [ ] Twitter (via [@k8scontributors](https://twitter.com/k8scontributors))
|
||||
- [ ] YouTube ([Kubernetes](https://www.youtube.com/channel/UCZ2bu0qutTOM0tHYa_jkIwg))
|
||||
- [ ] Slack (assumes `#kubernetes-dev` unless otherwise mentioned)
|
||||
- [ ] Contributor Calendar event entry (available [here](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America%2FLos_Angeles))
|
||||
- [ ] Other (fill this out)
|
||||
|
||||
**Where is your first draft available?**
|
||||
<!-- Please provide a first draft of your message for all channels requested. Take your best shot and we are here to support you through getting it ready for publication (it's appreciated). Links to Google Docs or Hackmd.io pages are best for easy editing.
|
||||
|
||||
Also, include any social media tags of relevant people (e.g. Twitter handles of people you want to give a shout out on Twitter)-->
|
||||
|
||||
**Lastly, who's the best point of contact?**
|
||||
<!-- If you are the point of contact, please confirm it's you. Please include both GitHub username and Slack username. -->
|
Loading…
Reference in New Issue