summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/slack-request.yml
blob: b484b00753b44b1137002cd035dec09acb2a07f2 (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
name: Slack Request
description: Request a Channel, User Group, Bot, Token, or Webhook
title: 'REQUEST: New Slack <[channel|usergroup|bot|token|webhook]> <[channel|usergroup|bot|token|webhook] name>'
labels: area/community-management, area/slack-management, sig/contributor-experience
body:
- id: github
  type: input
  attributes:
    label: GitHub Username
    description: The github username of the Channel/Bot/Token/Webhook owner or primary contact.
    placeholder: e.g. @example_user
  validations:
    required: true
- id: slack
  type: input
  attributes:
    label: Slack Username
    description: The slack username of the Channel/Bot/Token/Webhook owner or primary contact.
    placeholder: e.g. @example_user
  validations:
    required: true
- type: input
  attributes:
    label: What Type of Request is it (Channel, User Group, Bot, Token, or Webhook)?
  validations:
    required: false
- type: input
  attributes:
    label: Name of Requested Resource
  validations:
    required: false
- type: textarea
  attributes:
    label: Description of Request
  validations:
    required: false