Skip to content

Commit

Permalink
Use new type field in issue templates (#3694)
Browse files Browse the repository at this point in the history
Use new type field in issue templates
  • Loading branch information
JCZuurmond authored Feb 14, 2025
1 parent 8ecac19 commit 34b3d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# and https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Bug Report
description: Something is not working with UCX
title: "[BUG]: "
labels: ["bug", "needs-triage"]
labels: ["needs-triage"]
projects: ["databrickslabs/13"]
type: Bug
# assignees:
# - ucx-write
body:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# and https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Feature Request
description: Something new needs to happen with UCX
title: "[FEATURE]: "
labels: ["enhancement", "needs-triage"]
labels: ["needs-triage"]
projects: ["databrickslabs/13"]
type: Feature
# assignees:
# - ucx-write
body:
Expand Down

0 comments on commit 34b3d86

Please sign in to comment.