Skip to content

Commit d88f4e7

Browse files
author
Power Cloud Robot
authored
Merge pull request #103 from Madhan-SWE/issue_template
Issue template added
2 parents 9af1f79 + 6cbd371 commit d88f4e7

File tree

4 files changed

+66
-0
lines changed

4 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve PowerVS Block CSI Driver
4+
labels:
5+
6+
---
7+
8+
/kind bug
9+
10+
**What happened?**
11+
12+
**What you expected to happen?**
13+
14+
**How to reproduce it (as minimally and precisely as possible)?**
15+
16+
**Anything else we need to know?**:
17+
18+
**Environment**
19+
- Kubernetes version (use `kubectl version`):
20+
- Driver version:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Enhancement request
3+
about: Suggest an idea for this project
4+
labels:
5+
6+
---
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+
/feature
12+
13+
**Describe the solution you'd like in detail**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
labels:
5+
6+
---
7+
8+
**Is your feature request related to a problem? Please describe.**
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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Support request
3+
about: Ask questions about the driver
4+
labels:
5+
6+
---
7+
8+
/triage support

0 commit comments

Comments
 (0)