Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
These templates auto-apply kind labels, and add a comment talking about where to route issues (controller-tools, controller-runtime, or here)
  • Loading branch information
DirectXMan12 committed Apr 8, 2019
1 parent 7a14210 commit 45a97aa
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,18 @@
---
name: Bug report
about: Problems and issues
title: ''
labels: kind/bug
assignees: ''

---

<!-- STOP
* If this is an issue with some sort of runtime mechanics, it probably belongs in https://sigs.k8s.io/controller-runtime instead
* If this is an issue with CRD generation or webhook config generation, it probably belongs in sigs.k8s.io/controller-tools instead
* If this is an issue with scaffolding, or is definitely a cross repository effort, it probably belongs here.
-->

/kind bug
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: kind/feature
assignees: ''

---

<!-- STOP
* If this is an issue with some sort of runtime mechanics, it probably belongs in https://sigs.k8s.io/controller-runtime instead
* If this is an issue with CRD generation or webhook config generation, it probably belongs in sigs.k8s.io/controller-tools instead
* If this is an issue with scaffolding, or is definitely a cross repository effort, it probably belongs here.
-->

/kind feature

0 comments on commit 45a97aa

Please sign in to comment.