From c93fc220d4fcca2b645b1dfafb11b91452ae2e2d Mon Sep 17 00:00:00 2001 From: Alice <34962750+hensha256@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:42:07 +0100 Subject: [PATCH] dropdown issue template (#204) --- .../ISSUE_TEMPLATE/FEATURE_IMPROVEMENT.yml | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/FEATURE_IMPROVEMENT.yml b/.github/ISSUE_TEMPLATE/FEATURE_IMPROVEMENT.yml index 736fb5d26..f6b39d652 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_IMPROVEMENT.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_IMPROVEMENT.yml @@ -7,22 +7,21 @@ body: attributes: value: | Please ensure that the feature has not already been requested. - - type: checkboxes + - type: dropdown attributes: - label: Components - description: What architectural feature or area of code does your idea improve? - options: - - label: Hooks - - label: Singleton - - label: Lock and Call - - label: Delta accounting - - label: 1155 Balances - - label: Pool Actions (swap, modifyPosition, donate, take, settle, mint) - - label: Gas Optimization - - label: General design optimization (improving efficiency, cleanliness, or developer experience) - - label: Documentation - validations: - required: true + label: Component + description: Which area of code does your idea improve? + multiple: true + options: + - Hooks + - Singleton + - Lock and Call + - Delta accounting + - 1155 Balances + - Pool Actions (swap, modifyPosition, donate, take, settle, mint) + - Gas Optimization + - General design optimization (improving efficiency, cleanliness, or developer experience) + - Documentation - type: textarea attributes: label: Describe the suggested feature and problem it solves.