From 532b426b178a33fa6aceb8e310bdd7eefb6fb64f Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Wed, 20 Feb 2019 10:11:08 -0800 Subject: [PATCH] Add general issue template structure for k/community --- .github/ISSUE_TEMPLATE/general-support.md | 8 ++++++++ .github/ISSUE_TEMPLATE/support.md | 18 ++++++++++++++++++ .github/OWNERS | 4 ++++ ...QUEST_TEMPLATE => PULL_REQUEST_TEMPLATE.md} | 0 4 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/general-support.md create mode 100644 .github/ISSUE_TEMPLATE/support.md create mode 100644 .github/OWNERS rename .github/{PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/general-support.md b/.github/ISSUE_TEMPLATE/general-support.md new file mode 100644 index 00000000000..f7d517dbbe9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-support.md @@ -0,0 +1,8 @@ +--- +name: General Issue +about: Open a general issue in the kubernetes/community repo +title: '' +labels: '' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 00000000000..173f5f183b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,18 @@ +--- +name: Support Request +about: Support request or question relating to Kubernetes +labels: triage/support + +--- + + diff --git a/.github/OWNERS b/.github/OWNERS new file mode 100644 index 00000000000..6355d91c9b2 --- /dev/null +++ b/.github/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - sig/contributor-experience diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE rename to .github/PULL_REQUEST_TEMPLATE.md