diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0919f60576b..d52534af831 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 902e20d3444..84eef89d2c1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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 @@ -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