Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 532b426

Browse files
committed
Add general issue template structure for k/community
1 parent 3a54075 commit 532b426

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: General Issue
3+
about: Open a general issue in the kubernetes/community repo
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---

.github/ISSUE_TEMPLATE/support.md

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 Kubernetes
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+
-->

.github/OWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
labels:
4+
- sig/contributor-experience
File renamed without changes.

0 commit comments

Comments
 (0)