diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-03-15 20:58:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-15 20:58:57 -0700 |
| commit | 3ed009a12fb22d8b45a58ccad73fe4bcd2b81775 (patch) | |
| tree | 41601debed68d8ff48ffce8b7388a00ce4cca56f /.github | |
| parent | 309252116e37284a3dbf872e67e0b02ad8f4845f (diff) | |
| parent | c36d17dd19df10ff587d383c620de9316807e6b2 (diff) | |
Merge pull request #3398 from mrbobbytables/update-slack-guidelines
Update Slack communication guidelines
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:** + + + |
