From e7783fd4ea6823daf9068124985118268da3a354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Wed, 27 Nov 2024 11:43:10 -0600 Subject: [PATCH] chore: Remove code block from bug report template --- .github/ISSUE_TEMPLATE/bug.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ffd2e5d7d..6ab8b080b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -67,18 +67,10 @@ body: id: what-happened attributes: label: Description - description: Describe what you were trying to get done + description: Describe what you were trying to get done, what you expected to happen, and what actually happened. Include any error messages you received, or a snippet of the code that caused the issue. placeholder: Tell us what happened, what went wrong, and what you expected to happen validations: required: true - - type: textarea - id: failing-code - attributes: - label: Code - description: Paste the failing code and/or traceback, if applicable - render: Python - validations: - required: false - type: input id: slack_or_linen attributes: