diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 9127624..4738a43 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -10,6 +10,11 @@ body: placeholder: I wanted to take a picture. validations: required: true + - type: textarea + attributes: + label: Reproduceable Code + description: Share a small reproduceable code snippet here (or the entire file if necessary). This will be automatically formatted into code, so no need for backticks. + render: tsx - type: textarea attributes: label: What happened instead?