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