diff --git a/.github/ISSUE_TEMPLATE/BUG-FORM.yml b/.github/ISSUE_TEMPLATE/BUG-FORM.yml index cce0f50..cf41097 100644 --- a/.github/ISSUE_TEMPLATE/BUG-FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG-FORM.yml @@ -9,25 +9,6 @@ body: Please ensure that the bug has not already been filed in the issue tracker. Thanks for taking the time to report this bug! - - type: dropdown - attributes: - label: Component - description: What component is the bug in? - multiple: true - options: - - meta-crate - - contract - - consensus, eips, genesis - - network, json-rpc - - node-bindings - - provider, pubsub - - rpc - - serde - - signers - - transports - - other - validations: - required: true - type: input attributes: label: What version of Alloy are you on? diff --git a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml index 58c33d3..af37cab 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml @@ -7,25 +7,6 @@ body: attributes: value: | Please ensure that the feature has not already been requested in the issue tracker. - - type: dropdown - attributes: - label: Component - description: What component is the feature for? - multiple: true - options: - - meta-crate - - contract - - consensus, eips, genesis - - network, json-rpc - - node-bindings - - provider, pubsub - - rpc - - serde - - signers - - transports - - other - validations: - required: true - type: textarea attributes: label: Describe the feature you would like