Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 999a527

Browse files
author
Krish Chowdhary
committed
adds security policy, bug and enhancement templates
1 parent 05acb5e commit 999a527

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug Report
3+
about: Use this template for reporting bugs or issues.
4+
title: "[DATE] - Title"
5+
labels: bug
6+
---
7+
# Bug Report
8+
9+
<!-- 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!
10+
11+
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
12+
-->
13+
14+
**What happened**:
15+
16+
**What you expected to happen**:
17+
18+
**How to reproduce this bug (as minimally and precisely as possible)**:
19+
20+
**Anything else relevant for this bug report?**:
21+
22+
**Environment**:
23+
24+
- Kubernetes version (use `kubectl version`), please list client and server:
25+
- Sidecar version (provide the release tag or commit hash):
26+
- Provisoner name and version (provide the release tag or commit hash):
27+
- Cloud provider or hardware configuration:
28+
- OS (e.g: `cat /etc/os-release`):
29+
- Kernel (e.g. `uname -a`):
30+
- Install tools:
31+
- Network plugin and version (if this is a network-related bug):
32+
- Others:

Diff for: .github/ISSUE_TEMPLATE/enhancement.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Enhancement/Feature Request
3+
about: Use this template to request a new feature or enhancement for the COSI API
4+
title: "[DATE] - Title"
5+
---
6+
# Enhancement
7+
8+
**Is your feature request related to a problem?/Why is this needed**
9+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
10+
11+
**Describe the solution you'd like in detail**
12+
<!-- A clear and concise description of what you want to happen. -->
13+
14+
**Describe alternatives you've considered**
15+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
16+
17+
**Additional context**
18+
<!-- Add any other context or screenshots about the feature request or enhancement here. -->

Diff for: .github/SECURITY.md

+14
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)