Skip to content

Commit c83a1eb

Browse files
authored
Merge pull request #7900 from mfahlandt/update-comms-issue-template
Rework Marketing Request Template
2 parents 65d886b + d9922d1 commit c83a1eb

File tree

2 files changed

+44
-11
lines changed

2 files changed

+44
-11
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Contributor Comms Request
2+
description: Get support on sending a message out to our community through coordinated outreach on email, Slack, social media, and other public channels.
3+
title: 'REQUEST: New communication about <topic>'
4+
labels: area/contributor-comms, sig/contributor-experience
5+
body:
6+
- type: textarea
7+
id: content
8+
attributes:
9+
label: What do you want to 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 has different channels that aim at different target audiences. To determine 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

.github/ISSUE_TEMPLATE/marketing-request.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)