Skip to content

Commit 18a785b

Browse files
authored
Merge pull request #662 from kubernetes-sigs/infra/issue-templates
Add issue templates
2 parents d231d84 + 45a97aa commit 18a785b

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 0 deletions
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
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+
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)