From a4d2292285ad577e80eacee943804e643a155353 Mon Sep 17 00:00:00 2001 From: Thomas Hunter II Date: Fri, 10 Jan 2025 08:58:52 -0800 Subject: [PATCH] fix github issue creation --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 - .github/ISSUE_TEMPLATE/feature_request.yaml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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