From ae8c2abbb9d9ce661e595efd462d74299460a243 Mon Sep 17 00:00:00 2001 From: Nicholas Orr Date: Mon, 9 Sep 2024 13:51:07 +1000 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b141991c4..858d3c29d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -15,7 +15,8 @@ body: label: Type of Feature description: Select the type of feature request. options: - - "New Feature" + - "New Function" + - "Existing Function Change" - "Documentation" - "Performance Improvements" - "New Test"