Skip to content

Commit 7420fa6

Browse files
authored
fix github issue creation (#8179)
1 parent a3a8fe6 commit 7420fa6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Bug Report (Low Priority)"
22
description: "Create a public Bug Report. Note that these may not be addressed as it depeonds on capacity and that looking up account information will be difficult."
3-
title: ""
43
labels: "type: bug"
54
body:
65
- type: input

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request (Low Priority)
22
description: Create a public Feature Request. Note that these may not be addressed as it depeonds on capacity and that looking up account information will be difficult.
3-
title: ""
43
labels: "type: feature request"
54
body:
65
- type: input
@@ -15,7 +14,7 @@ body:
1514
attributes:
1615
label: Library Version(s)
1716
description: "If your feature request is to add instrumentation support for a library please provide the version you use"
18-
placeholder: 1.2
17+
placeholder: "1.2"
1918
validations:
2019
required: false
2120

0 commit comments

Comments
 (0)