From 532b426b178a33fa6aceb8e310bdd7eefb6fb64f Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Wed, 20 Feb 2019 10:11:08 -0800 Subject: Add general issue template structure for k/community --- .github/ISSUE_TEMPLATE/general-support.md | 8 ++++++++ .github/ISSUE_TEMPLATE/support.md | 18 ++++++++++++++++++ .github/OWNERS | 4 ++++ .github/PULL_REQUEST_TEMPLATE | 7 ------- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 5 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/general-support.md create mode 100644 .github/ISSUE_TEMPLATE/support.md create mode 100644 .github/OWNERS delete mode 100644 .github/PULL_REQUEST_TEMPLATE create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/general-support.md b/.github/ISSUE_TEMPLATE/general-support.md new file mode 100644 index 00000000..f7d517db --- /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 00000000..173f5f18 --- /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 00000000..6355d91c --- /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 deleted file mode 100644 index d08b6fa4..00000000 --- a/.github/PULL_REQUEST_TEMPLATE +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..d08b6fa4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ + \ No newline at end of file -- cgit v1.2.3