From 1a28e5b60cc88fde165ad6a521ee3f5a460ec904 Mon Sep 17 00:00:00 2001 From: Zack Date: Thu, 21 Sep 2023 18:46:07 -0400 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7dc2ff4260..f4db8897c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,42 +2,42 @@ name: Bug report description: Create a report to help us resolve an issue labels: bug body: -- type: input +- type: textarea id: description attributes: label: Describe the bug placeholder: "A clear and concise description of what the bug is." validations: required: true -- type: input +- type: textarea id: reproduction_steps attributes: label: Steps to reproduce placeholder: "Steps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error" validations: required: true -- type: input +- type: textarea id: expected_behavior attributes: label: Expected behavior placeholder: "A clear and concise description of what you expected to happen." validations: required: true -- type: input +- type: textarea id: screenshots attributes: label: Screenshots placeholder: "Add screenshots to help explain your problem." validations: required: true -- type: input +- type: textarea id: device_information attributes: label: Device information placeholder: "- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]" validations: required: true -- type: input +- type: textarea id: additional_information attributes: label: Additional information