Skip to content

Commit 32d3943

Browse files
committed
Update issue templates
1 parent 251508d commit 32d3943

File tree

2 files changed

+53
-6
lines changed

2 files changed

+53
-6
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Bug report
3+
about: Bug report
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
110
<!--
211
Please add the affected binary name in the title unless multiple binaries are affected, e.g.
312
[cinder-csi-plugin] Cannot delete PV
@@ -14,12 +23,7 @@ All the currently maintained binaries are:
1423
* barbican-kms-plugin
1524
-->
1625

17-
**Is this a BUG REPORT or FEATURE REQUEST?**:
18-
19-
> Uncomment only one, leave it on its own line:
20-
>
21-
> /kind bug
22-
> /kind feature
26+
/kind bug
2327

2428
**What happened**:
2529

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Feature report
3+
about: Feature report
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please add the affected binary name in the title unless multiple binaries are affected, e.g.
12+
[cinder-csi-plugin] Cannot delete PV
13+
For openstack-cloud-controller-manager, you can use [occm] for short.
14+
15+
All the currently maintained binaries are:
16+
* openstack-cloud-controller-manager (occm)
17+
* cinder-csi-plugin
18+
* manila-csi-plugin
19+
* k8s-keystone-auth
20+
* client-keystone-auth
21+
* octavia-ingress-controller
22+
* magnum-auto-healer
23+
* barbican-kms-plugin
24+
-->
25+
26+
/kind feature
27+
28+
**What happened**:
29+
30+
31+
**What you expected to happen**:
32+
33+
34+
**How to reproduce it**:
35+
36+
37+
**Anything else we need to know?**:
38+
39+
40+
**Environment**:
41+
- openstack-cloud-controller-manager(or other related binary) version:
42+
- OpenStack version:
43+
- Others:

0 commit comments

Comments
 (0)