mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
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:
parent
e9fc2009a5
commit
c66ab4f269
27
.github/ISSUE_TEMPLATE.md
vendored
27
.github/ISSUE_TEMPLATE.md
vendored
@ -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
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
22
.github/ISSUE_TEMPLATE/docs_report.md
vendored
Normal 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.
|
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
Loading…
Reference in New Issue
Block a user