Skip to content

Commit 55c8e6d

Browse files
authored
Merge pull request kubernetes-retired#2 from krishchow/issue_template
adds issue templates to the COSI controller
2 parents d212d60 + 811e6a5 commit 55c8e6d

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug Report
3+
about: Use this template for reporting bugs or issues.
4+
title: "[DATE] - Title"
5+
---
6+
# Bug Report
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 this bug (as minimally and precisely as possible)**:
18+
19+
**Anything else relevant for this bug report?**:
20+
21+
**Environment**:
22+
23+
- Kubernetes version (use `kubectl version`), please list client and server:
24+
- Controller version (provide the release tag or commit hash):
25+
- Provisoner name and version (provide the release tag or commit hash):
26+
- Cloud provider or hardware configuration:
27+
- OS (e.g: `cat /etc/os-release`):
28+
- Kernel (e.g. `uname -a`):
29+
- Install tools:
30+
- Network plugin and version (if this is a network-related bug):
31+
- Others:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Enhancement/Feature Request
3+
about: Use this template to request a new feature or enhancement for the COSI controller
4+
title: "[DATE] - Title"
5+
labels: bug
6+
---
7+
# Enhancement
8+
9+
**Is your feature request related to a problem?/Why is this needed**
10+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
11+
12+
**Describe the solution you'd like in detail**
13+
<!-- A clear and concise description of what you want to happen. -->
14+
15+
**Describe alternatives you've considered**
16+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
17+
18+
**Additional context**
19+
<!-- Add any other context or screenshots about the feature request or enhancement here. -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Information about supported Kubernetes versions can be found on the
6+
[Kubernetes version and version skew support policy] page on the Kubernetes website.
7+
8+
## Reporting a Vulnerability
9+
10+
Instructions for reporting a vulnerability can be found on the
11+
[Kubernetes Security and Disclosure Information] page.
12+
13+
[Kubernetes version and version skew support policy]: https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions
14+
[Kubernetes Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/#report-a-vulnerability

0 commit comments

Comments
 (0)