From 4bd0eccdb720e0860c2ad406d22852d72f907680 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 25 Sep 2024 15:34:32 -0500 Subject: [PATCH] docs: rm requiredness --- .github/ISSUE_TEMPLATE/bug.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 71b233e94d..8ce6169447 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -39,17 +39,11 @@ body: label: ape-config.yaml file description: "Please paste your `ape-config.yaml` contents here (NOTE: do not post anything private like RPC urls or secrets!)" placeholder: "Run `cat ape-config.yaml` and copy and paste the result here" - validations: - required: true - type: textarea attributes: label: Description description: Describe what happened - validations: - required: true - type: textarea attributes: label: Reproduction code description: Please include a simple reproduction code-snippet. - validations: - required: true