Skip to content

Commit 5cbaf1c

Browse files
author
Krish Chowdhary
committed
adds issue templates to COSI controller
1 parent d212d60 commit 5cbaf1c

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
- Cloud provider or hardware configuration:
26+
- OS (e.g: `cat /etc/os-release`):
27+
- Kernel (e.g. `uname -a`):
28+
- Install tools:
29+
- Network plugin and version (if this is a network-related bug):
30+
- 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. -->

0 commit comments

Comments
 (0)