From 57fa0dcee4b22d6703dfe0568f2b955961818942 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 4 Jun 2024 00:32:31 -0700 Subject: [PATCH] Update 6-crash-report.yml --- .github/ISSUE_TEMPLATE/6-crash-report.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/6-crash-report.yml b/.github/ISSUE_TEMPLATE/6-crash-report.yml index d84b7a5118..12091156ec 100644 --- a/.github/ISSUE_TEMPLATE/6-crash-report.yml +++ b/.github/ISSUE_TEMPLATE/6-crash-report.yml @@ -11,12 +11,6 @@ body: attributes: label: How can we reproduce the crash? description: Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository, [Replit](https://replit.com/@replit/Bun) or [CodeSandbox](https://codesandbox.io/templates/bun) - - type: textarea - id: code - attributes: - label: JavaScript/TypeScript code that reproduces the crash? - description: If this crash happened in the Bun runtime, can you paste code we can run to reproduce the crash? - render: shell - type: textarea id: logs attributes: