From 8546dd3d72867be55c7439ecc58bc0790a0f556b Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Thu, 14 Mar 2024 15:26:06 -0700 Subject: [PATCH] .github: fix model and feature request yml (#3155) --- .github/ISSUE_TEMPLATE/10_model_request.yml | 1 - .github/ISSUE_TEMPLATE/20_feature_request.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/10_model_request.yml b/.github/ISSUE_TEMPLATE/10_model_request.yml index 10bc3283..667ee6bf 100644 --- a/.github/ISSUE_TEMPLATE/10_model_request.yml +++ b/.github/ISSUE_TEMPLATE/10_model_request.yml @@ -1,6 +1,5 @@ name: Model request description: Request a new model for the library -title: "" labels: [mr] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/20_feature_request.yml b/.github/ISSUE_TEMPLATE/20_feature_request.yml index a73760f0..72bf53d1 100644 --- a/.github/ISSUE_TEMPLATE/20_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/20_feature_request.yml @@ -1,6 +1,5 @@ name: Feature request description: Propose a new feature -title: "" labels: [needs-triage, fr] body: - type: markdown