From b441d6a64f6057aa577ca5d08cd07bd703c6cb21 Mon Sep 17 00:00:00 2001 From: t11s Date: Mon, 26 Dec 2022 11:27:50 -0800 Subject: [PATCH] meta: add chisel to bug/feature form (#3966) * meta: add chisel to bug/feature form * Update FEATURE-FORM.yml --- .github/ISSUE_TEMPLATE/BUG-FORM.yml | 1 + .github/ISSUE_TEMPLATE/FEATURE-FORM.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG-FORM.yml b/.github/ISSUE_TEMPLATE/BUG-FORM.yml index d96745ed8586..8067de866180 100644 --- a/.github/ISSUE_TEMPLATE/BUG-FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG-FORM.yml @@ -18,6 +18,7 @@ body: - Cast - Anvil - Foundryup + - Chisel - Other (please describe) validations: required: true diff --git a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml index 40102b65eb80..d7df540307ce 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml @@ -18,6 +18,7 @@ body: - Cast - Anvil - Foundryup + - Chisel - Other (please describe) validations: required: true