From 7635cb0533a6b6ed3cabe57132c20817fbed5a48 Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Wed, 30 Sep 2020 13:11:53 -0700 Subject: [PATCH 1/7] Introduce 3 issue templates and links - template for bug, queston, feature request - configure community links for slack/kpt website --- .github/ISSUE_TEMPLATE/bug.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yaml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 9 +++++++++ 4 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..caf0e24ed5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,19 @@ +--- +name: 🐞 Bug Report +about: Report an issue with kpt +title: "" +labels: + - kind/bug +assignees: "" +--- + +### Expected behavior + +### Actual behavior + +### Information + + + + +### Steps to reproduce the behavior \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000000..12d612473f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Kpt Slack Channel + url: https://kubernetes.slack.com/app_redirect?channel=kpt + about: Discuss Kpt Topics with the Kpt Team on Slack + - name: Kpt Guides + url: https://googlecontainertools.github.io/kpt/guides/ + about: Learn more about using kpt with these guides \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..0857a99b60 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: 💡 Feature Request +about: Suggest an idea for kpt +title: "" +labels: + - kind/feature +assignees: "" +--- + +### Is your feature request related to a problem? Please describe. + +### Describe the solution you'd like + +### Describe alternatives you've considered + +### Additional context \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..ed10421a43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- +name: ❓ Question +about: Ask a question about kpt +title: "[Question]" +labels: "" +assignees: "" +--- + + \ No newline at end of file From 266593e0cbb3564f1a0aeef830f4786a916d5ece Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Wed, 30 Sep 2020 14:32:48 -0700 Subject: [PATCH 2/7] Add default sizing label to feature requests. --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0857a99b60..14b26b0525 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,9 +4,13 @@ about: Suggest an idea for kpt title: "" labels: - kind/feature + - size/M assignees: "" --- +If the size of effort this feature requires is known, please update the label +accordingly. + ### Is your feature request related to a problem? Please describe. ### Describe the solution you'd like From 896c6a077c00d6fe0c50858e56aec50d37f811c1 Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Thu, 8 Oct 2020 10:54:45 -0700 Subject: [PATCH 3/7] Update labels to match repository. Link mailing list. --- .github/ISSUE_TEMPLATE/bug.md | 4 +++- .github/ISSUE_TEMPLATE/config.yaml | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index caf0e24ed5..ae4d0166ac 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -3,7 +3,7 @@ name: 🐞 Bug Report about: Report an issue with kpt title: "" labels: - - kind/bug + - bug assignees: "" --- @@ -15,5 +15,7 @@ assignees: "" + + ### Steps to reproduce the behavior \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 12d612473f..04cf796577 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -5,4 +5,7 @@ contact_links: about: Discuss Kpt Topics with the Kpt Team on Slack - name: Kpt Guides url: https://googlecontainertools.github.io/kpt/guides/ - about: Learn more about using kpt with these guides \ No newline at end of file + about: Learn more about using kpt with these guides + - name: Kpt Mailing List + url: https://groups.google.com/forum/?oldui=1#!forum/kpt-users + about: Join the Kpt mailing list diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 14b26b0525..5c5714ac08 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: 💡 Feature Request about: Suggest an idea for kpt title: "" labels: - - kind/feature + - enhancement - size/M assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index ed10421a43..a58f832005 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,8 @@ name: ❓ Question about: Ask a question about kpt title: "[Question]" -labels: "" +labels: + - question assignees: "" --- From 4a0de95f8f37c56848595125b7b863f0b07e7540 Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Thu, 8 Oct 2020 14:02:59 -0700 Subject: [PATCH 4/7] Remove oldui flag from mailing list link --- .github/ISSUE_TEMPLATE/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 04cf796577..5ef5373129 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -7,5 +7,5 @@ contact_links: url: https://googlecontainertools.github.io/kpt/guides/ about: Learn more about using kpt with these guides - name: Kpt Mailing List - url: https://groups.google.com/forum/?oldui=1#!forum/kpt-users + url: https://groups.google.com/forum/#!forum/kpt-users about: Join the Kpt mailing list From 930038ccd7e271eaaf1b3d106d8beb25d01d8e7e Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Thu, 22 Oct 2020 11:43:28 -0700 Subject: [PATCH 5/7] Trigger Build From 68f2c5f2f49ca78fd5d35d6a81b3dbb37e22e2fc Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Mon, 23 Nov 2020 10:25:55 -0800 Subject: [PATCH 6/7] Update bug report with examples. --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index ae4d0166ac..f4fd1dcd23 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -15,7 +15,7 @@ assignees: "" - - + + ### Steps to reproduce the behavior \ No newline at end of file From ca817736f7d16729bd9ba2b713af7c95852c18a6 Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Fri, 19 Feb 2021 09:55:39 -0800 Subject: [PATCH 7/7] Remove OS from bug report and size from feature --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index f4fd1dcd23..151eaf057c 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -14,7 +14,7 @@ assignees: "" ### Information - + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5c5714ac08..568be00bf1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,13 +4,9 @@ about: Suggest an idea for kpt title: "" labels: - enhancement - - size/M assignees: "" --- -If the size of effort this feature requires is known, please update the label -accordingly. - ### Is your feature request related to a problem? Please describe. ### Describe the solution you'd like