Skip to content

Commit

Permalink
fix github issue creation (#8179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter authored Jan 10, 2025
1 parent a3a8fe6 commit 7420fa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Bug Report (Low Priority)"
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."
title: ""
labels: "type: bug"
body:
- type: input
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature Request (Low Priority)
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.
title: ""
labels: "type: feature request"
body:
- type: input
Expand All @@ -15,7 +14,7 @@ body:
attributes:
label: Library Version(s)
description: "If your feature request is to add instrumentation support for a library please provide the version you use"
placeholder: 1.2
placeholder: "1.2"
validations:
required: false

Expand Down

0 comments on commit 7420fa6

Please sign in to comment.