Skip to content

Commit 5935682

Browse files
Converted issue templates to GH forms (#6253)
* Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms * Converted issue templates to GH forms Converted issue templates to GH forms Converted issue templates to GH forms Converted issue templates to GH forms Converted issue templates to GH forms Converted issue templates to GH forms Converted issue templates to GH forms. * general-support modified * Updated as per the change request * updated survey request * updated survey request * Updated general-issue.yaml * Update survey-request.yml Co-authored-by: Bob Killen <[email protected]> Co-authored-by: Bob Killen <[email protected]>
1 parent 5a4fbb2 commit 5935682

10 files changed

+191
-154
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: General Issue
2+
description: Open a general issue in the kubernetes/community repo
3+
body:
4+
- id: problem
5+
type: textarea
6+
attributes:
7+
label: Describe the issue
8+
placeholder: A clear and concise description of what you need assistance with.
9+
validations:
10+
required: true

.github/ISSUE_TEMPLATE/general-support.md

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

.github/ISSUE_TEMPLATE/marketing-request.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
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

.github/ISSUE_TEMPLATE/moderator_application.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
name: Community Moderator Request
2+
description: Request moderator privileges on a Kubernetes property
3+
title: 'REQUEST: New moderator for <your-GH-handle> of <k8s property>'
4+
labels: area/community-management, sig/contributor-experience
5+
body:
6+
- id: github
7+
type: input
8+
attributes:
9+
label: GitHub Username
10+
placeholder: e.g. @example_user
11+
validations:
12+
required: true
13+
- type: input
14+
attributes:
15+
label: Property you'd like to Moderate
16+
placeholder: e.g. discuss.k8s.io, kubernetes-dev
17+
validations:
18+
required: true
19+
- type: input
20+
attributes:
21+
label: Username on Property Requested
22+
placeholder: e.g. (at)property_user
23+
validations:
24+
required: true
25+
- id: requirements
26+
type: checkboxes
27+
attributes:
28+
label: Requirements
29+
options:
30+
- label: I am a Kubernetes Org member already
31+
required: true
32+
- label: I have [enabled 2FA on my GitHub account](https://github.com/settings/security)
33+
required: true
34+
- label: I have read and will abide by the policies mentioned in the [Moderation Guidelines](https://git.k8s.io/community/communication/moderation.md)
35+
required: true
36+
- label: I have two sponsors that meet the sponsor requirements listed in the moderator guidelines
37+
required: true
38+
- label: I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
39+
required: true
40+
- id: sponsor_1
41+
type: input
42+
attributes:
43+
label: "Sponsor 1"
44+
description: GitHub handle of your sponsor
45+
placeholder: e.g. @sponsor-1
46+
validations:
47+
required: true
48+
- id: sponsor_2
49+
type: input
50+
attributes:
51+
label: "Sponsor 2"
52+
description: GitHub handle of your sponsor
53+
placeholder: e.g. @sponsor-2
54+
validations:
55+
required: true
56+
- id: qualifications
57+
type: textarea
58+
attributes:
59+
label: List of qualifications for this position
60+
placeholder: |
61+
- Prior moderation experience
62+
- Links to public discussions showing your moderation experience (if available)
63+
- Any other qualifications
64+
validations:
65+
required: true

.github/ISSUE_TEMPLATE/slack-request.md

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Slack Request
2+
description: Request a Channel, User Group, Bot, Token, or Webhook
3+
title: 'REQUEST: New Slack <[channel|usergroup|bot|token|webhook]> <[channel|usergroup|bot|token|webhook] name>'
4+
labels: area/community-management, area/slack-management, sig/contributor-experience
5+
body:
6+
- id: github
7+
type: input
8+
attributes:
9+
label: GitHub Username
10+
description: The github username of the Channel/Bot/Token/Webhook owner or primary contact.
11+
placeholder: e.g. @example_user
12+
validations:
13+
required: true
14+
- id: slack
15+
type: input
16+
attributes:
17+
label: Slack Username
18+
description: The slack username of the Channel/Bot/Token/Webhook owner or primary contact.
19+
placeholder: e.g. @example_user
20+
validations:
21+
required: true
22+
- type: input
23+
attributes:
24+
label: What Type of Request is it (Channel, User Group, Bot, Token, or Webhook)?
25+
validations:
26+
required: false
27+
- type: input
28+
attributes:
29+
label: Name of Requested Resource
30+
validations:
31+
required: false
32+
- type: textarea
33+
attributes:
34+
label: Description of Request
35+
validations:
36+
required: false

.github/ISSUE_TEMPLATE/survey-request.md

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Community Survey Request
2+
description : Create and distribute a survey of the Kubernetes community, for the Kubernetes community
3+
title: 'SURVEY REQUEST: <topic>'
4+
labels: area/contributor-comms, sig/contributor-experience
5+
body:
6+
- type: input
7+
attributes:
8+
label: Group Requesting
9+
description: The SIG, WG, team, subproject, or other Kubernetes community group wanting the survey to be conducted.
10+
validations:
11+
required: true
12+
- type: input
13+
attributes:
14+
label: Title of Survey
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Goal of Survey
20+
description: what is the main thing you want this survey to determine?
21+
placeholder: Examples- "To research how end users are using this feature", "To decide when to host our SIG summit"
22+
validations:
23+
required: true
24+
- type: input
25+
attributes:
26+
label: Target Audience
27+
description: who in the Kubernetes ecosystem should know about, and take, this survey?
28+
validations:
29+
required: true
30+
- type: input
31+
attributes:
32+
label: Results Recipients
33+
description: list of individuals who are going to be able to see the raw data of the responses. This needs to be a short list of individuals, not a team alias, for GDPR reasons.
34+
validations:
35+
required: true
36+
- type: input
37+
attributes:
38+
label: Date Survey Starts
39+
validations:
40+
required: true
41+
- type: input
42+
attributes:
43+
label: Date Survey Ends
44+
validations:
45+
required: true
46+
- type: dropdown
47+
attributes:
48+
label: Publicity Help Wanted?
49+
description: Do you need help from Contributor Communications in publicizing this survey?
50+
options:
51+
- "Yes"
52+
- "No"
53+
validations:
54+
required: true
55+
- type: dropdown
56+
attributes:
57+
label: Data Analysis Wanted?
58+
description: Do you want help creating charts or cross-checking data? Help is sometimes available.
59+
options:
60+
- "Yes"
61+
- "No"
62+
validations:
63+
required: true
64+
- type: input
65+
attributes:
66+
label: Link to Draft Questions
67+
description: Ideally, HackMD page, Google Doc, or some other format that supports comments so that we can help you improve your survey.
68+
validations:
69+
required: true

0 commit comments

Comments
 (0)