From 96c5dd394179a6a3b521947ba7cb292a6ec63359 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Thu, 18 Jun 2020 01:24:17 -0500 Subject: [PATCH 1/2] Add initial GitHub issue templates Initially users can open a bug report, feature request, or misc request. Bug reports and feature requests will have the "kind" label automatically added. --- .github/ISSUE_TEMPLATE/bug_report.md | 46 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++++ .github/ISSUE_TEMPLATE/misc_request.md | 18 +++++++++ 3 files changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/misc_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..3b537093d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a bug report to help improve descheduler +title: '' +labels: 'kind/bug' +assignees: '' + +--- + + + +**What version of descheduler are you using?** + +descheduler version: + + +**Does this issue reproduce with the latest release?** + + +**Which descheduler CLI options are you using?** + + +**Please provide a copy of your deschedler policy config file** + + +**What k8s version are you using (`kubectl version`)?** + +
kubectl version Output
+$ kubectl version
+
+
+ + +**What did you do?** + + + + +**What did you expect to see?** + + +**What did you see instead?** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..65e4de47a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Suggest an idea for descheduler +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** + + +**What version of descheduler are you using?** + +descheduler version: + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/misc_request.md b/.github/ISSUE_TEMPLATE/misc_request.md new file mode 100644 index 000000000..42b392725 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/misc_request.md @@ -0,0 +1,18 @@ +--- +name: Miscellaneous +about: Not a bug and not a feature +title: '' +labels: '' +assignees: '' + +--- + + From f834581a8ee7c90063177edae66bdd5115246cab Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Mon, 22 Jun 2020 09:12:22 -0500 Subject: [PATCH 2/2] Fix Spelling Error --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3b537093d..9d3ce1012 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,7 @@ descheduler version: **Which descheduler CLI options are you using?** -**Please provide a copy of your deschedler policy config file** +**Please provide a copy of your descheduler policy config file** **What k8s version are you using (`kubectl version`)?**