File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# and https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
3
3
name : Bug Report
4
4
description : Something is not working with UCX
5
- title : " [BUG]: "
6
- labels : ["bug", "needs-triage"]
5
+ labels : ["needs-triage"]
7
6
projects : ["databrickslabs/13"]
7
+ type : Bug
8
8
# assignees:
9
9
# - ucx-write
10
10
body :
Original file line number Diff line number Diff line change 2
2
# and https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
3
3
name : Feature Request
4
4
description : Something new needs to happen with UCX
5
- title : " [FEATURE]: "
6
- labels : ["enhancement", "needs-triage"]
5
+ labels : ["needs-triage"]
7
6
projects : ["databrickslabs/13"]
7
+ type : Feature
8
8
# assignees:
9
9
# - ucx-write
10
10
body :
You can’t perform that action at this time.
0 commit comments