Skip to content

Commit

Permalink
chore: Remove code block from bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 27, 2024
1 parent 8474a24 commit e7783fd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7783fd

Please sign in to comment.