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

Commit cdb8b9e

Browse files
author
Krish Chowdhary
committed
added issue templates for spec
1 parent 3ef85b0 commit cdb8b9e

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+30
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+
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+
- 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:

.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 spec
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 here. -->

0 commit comments

Comments
 (0)