diff options
| author | Bob Killen <rkillen@umich.edu> | 2019-03-11 14:52:25 -0700 |
|---|---|---|
| committer | Bob Killen <rkillen@umich.edu> | 2019-03-11 20:53:34 -0700 |
| commit | 60a395f373322e9cdc42bb7d440484ef25e5f8ef (patch) | |
| tree | 0375a42e909d2bbab6d634d6fa7916ed2acc2461 /.github | |
| parent | 89730b2614ea8a6638bc217fb0afd773e26f5658 (diff) | |
Update slack guidelines. Add slack request template.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/slack-request.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/slack-request.md b/.github/ISSUE_TEMPLATE/slack-request.md new file mode 100644 index 00000000..1cb2e526 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/slack-request.md @@ -0,0 +1,35 @@ +--- +name: Slack Request +about: Request a Channel, Bot, Token, or Webhook +title: 'REQUEST: New Slack <[channel|bot|token|webhook]> <[channel|bot|token|webhook] name>' +labels: area/community-management, sig/contributor-experience +assignees: '' +--- +<!-- +For guidelines on requesting a slack resource, use the below references: +Channel Request: https://git.k8s.io/community/communication/slack-guidelines.md#Requesting-a-Channel +Bot/Token/Webhook Request: https://git.k8s.io/community/communication/slack-guidelines.md#Requesting-a-Bot-Token-or-Webhook +--> + +**GitHub Username:** +<!-- +The github username of the Channel/Bot/Token/Webhook owner or primary contact. +---> + + +**Slack Username:** +<!-- +The Slack username of the Channel/Bot/Token/Webhook owner or primary contact. +---> + + +**What Type of Request is it (Channel, Bot, Token, or Webhook)?** + + +**Name of Requested Resource:** + + +**Description of Request:** + + + |
