From 3bd997677dab64fc5f1665f58c708d8f817d3bf8 Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Wed, 12 Jun 2024 13:39:35 +0200 Subject: [PATCH 1/2] do not require selecting component --- .github/ISSUE_TEMPLATE/BUG-FORM.yml | 6 ++++-- .github/ISSUE_TEMPLATE/FEATURE-FORM.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-FORM.yml b/.github/ISSUE_TEMPLATE/BUG-FORM.yml index 918c16e6d5a..83306f8709b 100644 --- a/.github/ISSUE_TEMPLATE/BUG-FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG-FORM.yml @@ -15,16 +15,18 @@ 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 validations: - required: true + required: false - 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 dedc1b5dc7e..b2004baaef8 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml @@ -13,16 +13,18 @@ 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 validations: - required: true + required: false - type: textarea attributes: label: Describe the feature you would like From 8b7d2f8fdc90ceec3333c20e9f20e260da2f6004 Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Wed, 12 Jun 2024 13:45:03 +0200 Subject: [PATCH 2/2] add other category --- .github/ISSUE_TEMPLATE/BUG-FORM.yml | 3 ++- .github/ISSUE_TEMPLATE/FEATURE-FORM.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-FORM.yml b/.github/ISSUE_TEMPLATE/BUG-FORM.yml index 83306f8709b..cce0f5037e1 100644 --- a/.github/ISSUE_TEMPLATE/BUG-FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG-FORM.yml @@ -25,8 +25,9 @@ body: - serde - signers - transports + - other validations: - required: false + 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 b2004baaef8..58c33d37ca1 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml @@ -23,8 +23,9 @@ body: - serde - signers - transports + - other validations: - required: false + required: true - type: textarea attributes: label: Describe the feature you would like