From f314d1cdc274c63e18cded6340bf690280e9073e Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 25 Sep 2024 15:32:08 -0500 Subject: [PATCH] docs: add description field --- .github/ISSUE_TEMPLATE/bug.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9768b43c78..71b233e94d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -41,6 +41,12 @@ body: 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