From 591d260072381e5b0072a3e841785b3991d0d4f8 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 7 Feb 2025 12:05:45 -0800 Subject: [PATCH] Update new_instrumentation.yaml (#1770) Replace the invalid `about` field with the valid `description` field. --- .github/ISSUE_TEMPLATE/new_instrumentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new_instrumentation.yaml b/.github/ISSUE_TEMPLATE/new_instrumentation.yaml index 38eff298c..6ad2fcd4a 100644 --- a/.github/ISSUE_TEMPLATE/new_instrumentation.yaml +++ b/.github/ISSUE_TEMPLATE/new_instrumentation.yaml @@ -1,5 +1,5 @@ name: New Instrumentation -about: Request new instrumentation be added to the project +description: Request new instrumentation be added to the project title: 'New Instrumentation Request for ' labels: - enhancement