diff --git a/.github/ISSUE_TEMPLATE/BUG-FORM.yml b/.github/ISSUE_TEMPLATE/BUG-FORM.yml index 918c16e6d5a..cce0f5037e1 100644 --- a/.github/ISSUE_TEMPLATE/BUG-FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG-FORM.yml @@ -15,14 +15,17 @@ body: description: What component is the bug in? multiple: true options: + - meta-crate - contract - consensus, eips, genesis - network, json-rpc - - nodes + - node-bindings - provider, pubsub - rpc + - serde - signers - transports + - other validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml index dedc1b5dc7e..58c33d37ca1 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml @@ -13,14 +13,17 @@ body: description: What component is the feature for? multiple: true options: + - meta-crate - contract - consensus, eips, genesis - network, json-rpc - - nodes + - node-bindings - provider, pubsub - rpc + - serde - signers - transports + - other validations: required: true - type: textarea