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: '' + +--- + +