From b3777d0b9df8c947043fee948d01696728bf3858 Mon Sep 17 00:00:00 2001 From: zerosnacks <95942363+zerosnacks@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:59:24 +0200 Subject: [PATCH] chore(general): update issue templates (#880) * do not require selecting component * add other category --- .github/ISSUE_TEMPLATE/BUG-FORM.yml | 5 ++++- .github/ISSUE_TEMPLATE/FEATURE-FORM.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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