Skip to content

Commit 34b3d86

Browse files
authored
Use new type field in issue templates (#3694)
Use new type field in issue templates
1 parent 8ecac19 commit 34b3d86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# and https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
33
name: Bug Report
44
description: Something is not working with UCX
5-
title: "[BUG]: "
6-
labels: ["bug", "needs-triage"]
5+
labels: ["needs-triage"]
76
projects: ["databrickslabs/13"]
7+
type: Bug
88
# assignees:
99
# - ucx-write
1010
body:

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# and https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
33
name: Feature Request
44
description: Something new needs to happen with UCX
5-
title: "[FEATURE]: "
6-
labels: ["enhancement", "needs-triage"]
5+
labels: ["needs-triage"]
76
projects: ["databrickslabs/13"]
7+
type: Feature
88
# assignees:
99
# - ucx-write
1010
body:

0 commit comments

Comments
 (0)