From 18412c3d240fdc2acdd5da2985199ec3f662291e Mon Sep 17 00:00:00 2001 From: Diwank Singh Tomer Date: Tue, 15 Oct 2024 23:41:20 +0530 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3d1286f78..2fe63f09f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -16,24 +16,18 @@ body: placeholder: "You should add ..." - type: textarea id: pitch - validations: - required: true attributes: label: "🎤 Why is this feature needed ?" description: "Please explain why this feature should be implemented and how it would be used. Add examples, if applicable." placeholder: "In my use-case, ..." - type: textarea id: solution - validations: - required: true attributes: label: "✌️ How do you aim to achieve this?" description: "A clear and concise description of what you want to happen." placeholder: "I want this feature to, ..." - type: textarea id: alternative - validations: - required: false attributes: label: "🔄️ Additional Information" description: "A clear and concise description of any alternative solutions or additional solutions you've considered." @@ -52,11 +46,3 @@ body: description: This is absolutely not required, but we are happy to guide you in the contribution process. options: - "Yes I am willing to submit a PR!" - - type: checkboxes - id: terms - attributes: - label: 🧑‍⚖️ Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/julep-ai/julep/blob/dev/.github/CODE_OF_CONDUCT.md) - options: - - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file