From 9fa9c6c30c17af46382738e426d570c27212ff75 Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Mon, 21 Sep 2020 14:08:40 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 63 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++ .github/ISSUE_TEMPLATE/issue.md | 15 ------ .github/ISSUE_TEMPLATE/question.md | 9 ++++ 4 files changed, 98 insertions(+), 15 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/issue.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..b3e192f8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,63 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: + - kind/bug +assignees: "" +--- + + + +**Describe the bug** + + + +**Files that can reproduce the issue** + + + +**Expected output** + + + +**Actual output** + + + +**Kustomize version** + + + +**Platform** + + + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..02af903d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Suggest an idea for this project +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** + + diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md deleted file mode 100644 index b23fe2802..000000000 --- a/.github/ISSUE_TEMPLATE/issue.md +++ /dev/null @@ -1,15 +0,0 @@ -## Expected Behavior - -## Actual Behavior - -## Steps to Reproduce the Problem - -1. -1. -1. - -## Specifications - -- Version: -- Platform: -- Subsystem: diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..a4eef3559 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- +name: Question +about: Ask a question about the kustomize +title: "[Question]" +labels: "" +assignees: "" +--- + +