Skip to content

Commit 2fb6715

Browse files
authored
Update issue templates (#2857)
1 parent 251508d commit 2fb6715

File tree

3 files changed

+54
-7
lines changed

3 files changed

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
8181
test: unit functional
8282

8383
check: work
84-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run --timeout=20m ./...
84+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 run --timeout=20m ./...
8585

8686
unit: work
8787
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)

0 commit comments

Comments
 (0)