Skip to content

Commit 2a6d25d

Browse files
authored
Merge pull request kubernetes#90696 from brianpursley/IssueTemplate
Added issue templates for kubectl
2 parents e9f560d + 482646a commit 2a6d25d

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while using kubectl
4+
labels: kind/bug
5+
6+
---
7+
8+
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
9+
10+
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
11+
-->
12+
13+
**What happened**:
14+
15+
**What you expected to happen**:
16+
17+
**How to reproduce it (as minimally and precisely as possible)**:
18+
<!-- Please make sure you are able to reproduce the bug using a supported version and version skew of Kubernetes. See https://kubernetes.io/docs/setup/release/version-skew-policy for which versions and are currently supported.
19+
-->
20+
21+
**Anything else we need to know?**:
22+
23+
**Environment**:
24+
- Kubernetes client and server versions (use `kubectl version`):
25+
- Cloud provider or hardware configuration:
26+
- OS (e.g: `cat /etc/os-release`):
27+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to kubectl
4+
labels: kind/feature
5+
6+
---
7+
<!-- Please only use this template for submitting enhancement requests -->
8+
9+
**What would you like to be added**:
10+
11+
**Why is this needed**:
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Support Request
3+
about: Support request or question relating to kubectl
4+
labels: triage/support
5+
6+
---
7+
8+
<!--
9+
STOP -- PLEASE READ!
10+
11+
GitHub is not the right place for support requests.
12+
13+
If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
14+
15+
You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) or the [Discuss Kubernetes](https://discuss.kubernetes.io/) forum.
16+
17+
If the matter is security related, please disclose it privately via https://kubernetes.io/security/.
18+
-->

0 commit comments

Comments
 (0)