Skip to content

Commit 4b5651c

Browse files
committed
Rework Marketing Request Template to represent different target audiences
1 parent c32b276 commit 4b5651c

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

.github/ISSUE_TEMPLATE/marketing-request.yml

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,42 @@ description: Get support on sending a message out to our community through coord
33
title: 'REQUEST: New communication about <topic>'
44
labels: area/contributor-comms, sig/contributor-experience
55
body:
6-
- type: textarea
7-
attributes:
8-
label: What do you want send out?(Please include a link to a draft)
9-
description: Gists, Hackmd.io, or Google Doc preferred. Include any artwork, pics, diagrams, or any other assets with public links. We use a combination of mailing lists, Slack messages, and Twitter to get the word out.
10-
validations:
11-
required: true
6+
- type: textarea
7+
id: content
8+
attributes:
9+
label: What do you want send out?(Please include a link to any information or a draft)
10+
description: Gists, Hackmd.io, or Google Doc preferred. Include any artwork, pics, diagrams, or any other assets with public links.
11+
validations:
12+
required: true
13+
- type: dropdown
14+
id: help
15+
attributes:
16+
label: Drafting Content help needed?
17+
description: Do you also need help drafting the content?
18+
options:
19+
- "Yes"
20+
- "No"
21+
default: 0
22+
validations:
23+
required: true
24+
- type: dropdown
25+
id: audience
26+
attributes:
27+
label: Target Audience
28+
description: Contributor Comms have different Channels that aim at different target audiences. To determain what channels to utilize please state your audience for the request.
29+
options:
30+
- Kubernetes Contributors
31+
- Kubernetes End-Users
32+
- Everyone
33+
default: 2
34+
validations:
35+
required: true
36+
- type: markdown
37+
attributes:
38+
value: "Please do not change the following textbox"
39+
- id: labels
40+
type: textarea
41+
attributes:
42+
label: "Labels:"
43+
value: |
44+
/cc @kubernetes/contributor-comms

0 commit comments

Comments
 (0)