From 1524f69012b9337545bd38996eb0280001a5566d Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:58:45 +0100 Subject: [PATCH] chore(meta): update ISSUE_TEMPLATE (#72) --- .github/ISSUE_TEMPLATE/BUG-FORM.yml | 5 ++++- .github/ISSUE_TEMPLATE/FEATURE-FORM.yml | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-FORM.yml b/.github/ISSUE_TEMPLATE/BUG-FORM.yml index c6c44a5ab5d..b15d5775796 100644 --- a/.github/ISSUE_TEMPLATE/BUG-FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG-FORM.yml @@ -16,10 +16,13 @@ body: multiple: true options: - json-rpc - - transports - networks - providers + - pubsub + - rpc-client - rpc-types + - signers + - transports validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml index dd62018175a..52ad62a0b2e 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml @@ -14,9 +14,13 @@ body: multiple: true options: - json-rpc - - transports - networks - providers + - pubsub + - rpc-client + - rpc-types + - signers + - transports validations: required: true - type: textarea