Skip to content

Commit 9166b2f

Browse files
committed
Initial Issue Templates
1 parent 1b2473a commit 9166b2f

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report for one of the autoscaler components
4+
title: ''
5+
labels: 'kind/bug'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please answer these questions before submitting your bug report. Thanks!
12+
-->
13+
14+
**Which component are you using?**:
15+
16+
<!--
17+
Which autoscaling component hosted in this repository (cluster-autoscaler, vertical-pod-autoscaler, addon-resizer, helm charts) is the bug in?
18+
-->
19+
20+
**What version of the component are you using?**:
21+
22+
<!--
23+
What version of the relevant component are you using? Either the image tag or helm chart version.
24+
-->
25+
26+
Component version:
27+
28+
**What k8s version are you using (`kubectl version`)?**:
29+
30+
<details><summary><code>kubectl version</code> Output</summary><br><pre>
31+
$ kubectl version
32+
33+
</pre></details>
34+
35+
**What environment is this in?**:
36+
37+
<!--
38+
If you're using a cloud provider or hardware configuration as your deployment environment let us know here.
39+
-->
40+
41+
**What did you expect to happen?**:
42+
43+
<!--
44+
What behaviour did you expect to see?
45+
-->
46+
47+
**What happened instead?**:
48+
49+
<!--
50+
What behaviour did see instead?
51+
-->
52+
53+
**How to reproduce it (as minimally and precisely as possible)**:
54+
55+
<!--
56+
If possible, provide a recipe for reproducing the error.
57+
A detailed sequence of steps describing what to do to observe the issue is good.
58+
A complete runnable bash shell script is best.
59+
-->
60+
61+
**Anything else we need to know?**:
62+
63+
<!--
64+
Is there anything else you think we should know? Configuration of the component (be careful what you post here if so)? Relevant logs?
65+
-->
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for one of the autoscaling components hosted in this repository
4+
title: ''
5+
labels: 'kind/feature'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Thanks for taking the time to raise a feature request! Please answer these questions as best you can before submitting.
12+
-->
13+
14+
**Which component are you using?**:
15+
16+
<!--
17+
Which component hosted in this repository is this a feature for?
18+
-->
19+
20+
**Is your feature request designed to solve a problem? If so describe the problem this feature should solve.**:
21+
<!--
22+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
23+
-->
24+
25+
**Describe the solution you'd like.**:
26+
27+
<!--
28+
A clear and concise description of what you want to happen.
29+
-->
30+
31+
**Describe any alternative solutions you've considered.**:
32+
33+
<!--
34+
A description of any alternative solutions or features you've considered, especially in comparison to your preferred solution/feature.
35+
-->
36+
37+
**Additional context.**:
38+
39+
<!--
40+
Add any other context or screenshots about your feature request here.
41+
-->

0 commit comments

Comments
 (0)