Skip to content

Commit

Permalink
Merge pull request kubernetes#3750 from gjtempleton/Issue-Template
Browse files Browse the repository at this point in the history
Initial Issue Templates
  • Loading branch information
k8s-ci-robot committed Dec 8, 2020
2 parents 940e304 + 9166b2f commit ba83299
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
name: Bug report
about: Create a bug report for one of the autoscaler components
title: ''
labels: 'kind/bug'
assignees: ''

---

<!--
Please answer these questions before submitting your bug report. Thanks!
-->

**Which component are you using?**:

<!--
Which autoscaling component hosted in this repository (cluster-autoscaler, vertical-pod-autoscaler, addon-resizer, helm charts) is the bug in?
-->

**What version of the component are you using?**:

<!--
What version of the relevant component are you using? Either the image tag or helm chart version.
-->

Component version:

**What k8s version are you using (`kubectl version`)?**:

<details><summary><code>kubectl version</code> Output</summary><br><pre>
$ kubectl version

</pre></details>

**What environment is this in?**:

<!--
If you're using a cloud provider or hardware configuration as your deployment environment let us know here.
-->

**What did you expect to happen?**:

<!--
What behaviour did you expect to see?
-->

**What happened instead?**:

<!--
What behaviour did see instead?
-->

**How to reproduce it (as minimally and precisely as possible)**:

<!--
If possible, provide a recipe for reproducing the error.
A detailed sequence of steps describing what to do to observe the issue is good.
A complete runnable bash shell script is best.
-->

**Anything else we need to know?**:

<!--
Is there anything else you think we should know? Configuration of the component (be careful what you post here if so)? Relevant logs?
-->
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Feature request
about: Suggest an idea for one of the autoscaling components hosted in this repository
title: ''
labels: 'kind/feature'
assignees: ''

---

<!--
Thanks for taking the time to raise a feature request! Please answer these questions as best you can before submitting.
-->

**Which component are you using?**:

<!--
Which component hosted in this repository is this a feature for?
-->

**Is your feature request designed to solve a problem? If so describe the problem this feature should solve.**:
<!--
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-->

**Describe the solution you'd like.**:

<!--
A clear and concise description of what you want to happen.
-->

**Describe any alternative solutions you've considered.**:

<!--
A description of any alternative solutions or features you've considered, especially in comparison to your preferred solution/feature.
-->

**Additional context.**:

<!--
Add any other context or screenshots about your feature request here.
-->

0 comments on commit ba83299

Please sign in to comment.