From 5c83bdde7aabf5a3c2584ab69a7c1fc464fc9dde Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:25:02 +0530 Subject: [PATCH] Delete feature_request_issue_template.yaml --- .github/feature_request_issue_template.yaml | 57 --------------------- 1 file changed, 57 deletions(-) delete mode 100644 .github/feature_request_issue_template.yaml diff --git a/.github/feature_request_issue_template.yaml b/.github/feature_request_issue_template.yaml deleted file mode 100644 index be15e41cb..000000000 --- a/.github/feature_request_issue_template.yaml +++ /dev/null @@ -1,57 +0,0 @@ -name: Feature Request Issues -description: Use this template for raising a feature request. If this doesn’t look right, choose a different type. -labels: 'type:feature' -body: - - type: markdown - id: linkmodel - attributes: - value: Please make sure that this is a feature request. - - type: input - id: solution - attributes: - label: MediaPipe Solution (you are using) - validations: - required: false - - type: input - id: pgmlang - attributes: - label: Programming language - placeholder: C++/typescript/Python/Objective C/Android Java - validations: - required: false - - type: dropdown - id: willingcon - attributes: - label: Are you willing to contribute it - options: - - 'Yes' - - 'No' - validations: - required: false - - type: textarea - id: behaviour - attributes: - label: Describe the feature and the current behaviour/state: - render: shell - validations: - required: true - - type: textarea - id: api_change - attributes: - label: Will this change the current api? How? - render: shell - validations: - required: false - - type: textarea - id: benifit - attributes: - label: Who will benefit with this feature? - validations: - required: false - - type: textarea - id: use_case - attributes: - label: Please specify the use cases for this feature: - render: shell - validations: - required: true