Skip to content

Commit 45a97aa

Browse files
authored
Add issue templates
These templates auto-apply kind labels, and add a comment talking about where to route issues (controller-tools, controller-runtime, or here)
1 parent 7a14210 commit 45a97aa

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug report
3+
about: Problems and issues
4+
title: ''
5+
labels: kind/bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- STOP
11+
12+
* If this is an issue with some sort of runtime mechanics, it probably belongs in https://sigs.k8s.io/controller-runtime instead
13+
* If this is an issue with CRD generation or webhook config generation, it probably belongs in sigs.k8s.io/controller-tools instead
14+
* If this is an issue with scaffolding, or is definitely a cross repository effort, it probably belongs here.
15+
16+
-->
17+
18+
/kind bug
+18
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+
title: ''
5+
labels: kind/feature
6+
assignees: ''
7+
8+
---
9+
10+
<!-- STOP
11+
12+
* If this is an issue with some sort of runtime mechanics, it probably belongs in https://sigs.k8s.io/controller-runtime instead
13+
* If this is an issue with CRD generation or webhook config generation, it probably belongs in sigs.k8s.io/controller-tools instead
14+
* If this is an issue with scaffolding, or is definitely a cross repository effort, it probably belongs here.
15+
16+
-->
17+
18+
/kind feature

0 commit comments

Comments
 (0)