mirror of https://github.com/kubernetes/kops.git
Label issue types in issue templates
This commit is contained in:
parent
10cc4392c3
commit
8c9a5bb0d1
|
@ -2,6 +2,7 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
---
|
---
|
||||||
|
/kind bug
|
||||||
|
|
||||||
**1. What `kops` version are you running? The command `kops version`, will display
|
**1. What `kops` version are you running? The command `kops version`, will display
|
||||||
this information.**
|
this information.**
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Help us identify features you need
|
about: Help us identify features you need
|
||||||
---
|
---
|
||||||
|
/kind feature
|
||||||
|
|
||||||
**1. Describe IN DETAIL the feature/behavior/change you would like to see.**
|
**1. Describe IN DETAIL the feature/behavior/change you would like to see.**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue