Use new-style issue templates (#2200)

Taken from kubevirt/kubevirt#7416, adjusted to refer to CDI.

Co-Authored-By: Ben Oukhanov <boukhano@redhat.com>
Signed-off-by: Ben Oukhanov <boukhano@redhat.com>
Signed-off-by: Maya Rashish <mrashish@redhat.com>

Co-authored-by: Ben Oukhanov <boukhano@redhat.com>
This commit is contained in:
Maya Rashish 2022-03-24 20:13:23 +02:00 committed by GitHub
parent e9fc2009a5
commit c66ab4f269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 76 additions and 27 deletions

View File

@ -1,27 +0,0 @@
<!-- This form is for bug reports and feature requests ONLY!
Also make sure that you visit our User Guide at https://kubevirt.io/user-guide/
-->
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
> /kind bug
> /kind enhancement
**What happened**:
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we need to know?**:
**Environment**:
- CDI version (use `kubectl get deployments cdi-deployment -o yaml`):
- Kubernetes version (use `kubectl version`):
- Cloud provider or hardware configuration:
- Install tools:
- Others:

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
name: Bug Report
about: Report a bug in containerized-data-importer
title: ''
labels: kind/bug
assignees: ''
---
<!-- Make sure that you visit our User Guide at https://kubevirt.io/user-guide.
-->
**What happened**:
A clear and concise description of what the bug is.
**What you expected to happen**:
A clear and concise description of what you expected to happen.
**How to reproduce it (as minimally and precisely as possible)**:
Steps to reproduce the behavior.
**Additional context**:
Add any other context about the problem here.
**Environment**:
- CDI version (use `kubectl get deployments cdi-deployment -o yaml`): N/A
- Kubernetes version (use `kubectl version`): N/A
- DV specification: N/A
- Cloud provider or hardware configuration: N/A
- OS (e.g. from /etc/os-release): N/A
- Kernel (e.g. `uname -a`): N/A
- Install tools: N/A
- Others: N/A

22
.github/ISSUE_TEMPLATE/docs_report.md vendored Normal file
View File

@ -0,0 +1,22 @@
---
name: Docs Report
about: Report an issue in CDI's documentation
title: ''
labels: ''
assignees: ''
---
<!-- Make sure that you visit our User Guide at https://kubevirt.io/user-guide.
-->
**Description**:
A clear and concise description of what the issue is.
**What you expected**:
A clear and concise description of what you expected.
**URL**:
Provide a link to the documentation.
**Additional context**:
Add any other context about the issue here.

View File

@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest an idea for containerized-data-importer
title: ''
labels: kind/enhancement
assignees: ''
---
<!-- Make sure that you visit our User Guide at https://kubevirt.io/user-guide.
-->
**Is your feature request related to a problem? Please describe**:
A clear and concise description of what the problem is.
**Describe the solution you'd like**:
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**:
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**:
Add any other context or screenshots about the feature request here.