From 275ff3cc0bef93d045ddd34cdf8be9c613694daa Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Wed, 13 Sep 2023 07:42:52 -0700 Subject: [PATCH] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 11 -------- .github/ISSUE_TEMPLATE/feature_request.yml | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index d4324aa14..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..c62c30872 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,33 @@ +name: 🚀 Feature Request +description: Submit a proposal/request for a new LiteLLM feature. +title: "[Feature]: " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Thanks for making LiteLLM better! + - type: textarea + id: the-feature + attributes: + label: The Feature + description: A clear and concise description of the feature proposal + placeholder: Tell us what you want! + validations: + required: true + - type: textarea + id: motivation + attributes: + label: Motivation, pitch + description: Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., "I'm working on X and would like Y to be possible". If this is related to another GitHub issue, please link here too. + render: shell + validations: + required: true + - type: input + id: contact + attributes: + label: Twitter / LinkedIn details + description: We announce new features on Twitter + LinkedIn. When this is announced, and you'd like a mention, we'll gladly shout you out! + placeholder: ex. @krrish_dh / https://www.linkedin.com/in/krish-d/ + validations: + required: false