Skip to content

Commit ebaa73e

Browse files
authored
Merge pull request kubernetes#72560 from nikhita/github-template-metadata
Add labels in the github template metadata
2 parents dd53c82 + 26c4146 commit ebaa73e

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Bug Report
33
about: Report a bug encountered while operating Kubernetes
4+
labels: kind/bug
45

56
---
67

@@ -22,6 +23,3 @@ about: Report a bug encountered while operating Kubernetes
2223
- Kernel (e.g. `uname -a`):
2324
- Install tools:
2425
- Others:
25-
26-
<!-- DO NOT EDIT BELOW THIS LINE -->
27-
/kind bug
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
name: Enhancement Request
33
about: Suggest an enhancement to the Kubernetes project
4+
labels: kind/feature
45

56
---
67
<!-- Please only use this template for submitting enhancement requests -->
78

89
**What would you like to be added**:
910

1011
**Why is this needed**:
11-
12-
<!-- DO NOT EDIT BELOW THIS LINE -->
13-
/kind feature

.github/ISSUE_TEMPLATE/failing-test.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Failing Test
33
about: Report test failures in Kubernetes CI jobs
4+
labels: kind/failing-test
45

56
---
67

@@ -17,6 +18,3 @@ about: Report test failures in Kubernetes CI jobs
1718
**Reason for failure**:
1819

1920
**Anything else we need to know**:
20-
21-
<!-- DO NOT EDIT BELOW THIS LINE -->
22-
/kind failing-test

.github/ISSUE_TEMPLATE/support.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Support Request
33
about: Support request or question relating to Kubernetes
4+
labels: triage/support
45

56
---
67

@@ -15,8 +16,3 @@ You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/)
1516
1617
If the matter is security related, please disclose it privately via https://kubernetes.io/security/.
1718
-->
18-
19-
<!-- DO NOT EDIT BELOW THIS LINE -->
20-
21-
/triage support
22-

0 commit comments

Comments
 (0)