From 5e8a725d30e43ef14d71bf1d55575532b677bd89 Mon Sep 17 00:00:00 2001 From: Sammy Sidhu Date: Mon, 14 Oct 2024 23:08:24 -0700 Subject: [PATCH] [CHORE] Checkbox for contribution (#3041) --- .github/ISSUE_TEMPLATE/feature_request.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 770fd730ce..241eb4ba1e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -34,12 +34,11 @@ body: placeholder: Some related requests in other projects or upstream spec proposals. validations: required: false -- type: dropdown +- type: checkboxes id: contribute attributes: label: Would you like to implement a fix? description: | For guidance on how to get started, refer to the [contribution guide](https://github.com/Eventual-Inc/Daft/blob/main/CONTRIBUTING.md). options: - - No - Yes