diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index f752a1bdbf9..e58838fb45f 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -32,13 +32,14 @@ body: label: Reproduction / Replay Link placeholder: "https://github.com/username/repository-name/" description: | - Link to a minimal reproduction (GitHub repository, CodeSandbox, StackBlitz, etc.) or a [Replay recording](https://www.replay.io/). + Link to a minimal reproduction (GitHub repository, CodeSandbox, StackBlitz, etc.) or a [Replay recording](https://www.replay.io/) or [Jam recording](https://jam.dev). **Do not link to your actual project**, but provide a minimal reproduction in a fresh project. Instructions: - [How to create a minimal reproduction](https://clerkdev.notion.site/Creating-a-Minimal-Reproduction-0436afc4203f41aa9aa8700968aaef48?pvs=4) - [How to record a Replay](https://docs.replay.io/bug-reports/recording-a-replay) + - [How to record a Jam](https://jam.dev/docs/get-started) validations: required: true - type: input