From dd8b19f45f60c275e6d699dcbbc64af469e88fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Schr=C3=B6ter?= Date: Fri, 2 Feb 2024 10:47:52 +0100 Subject: [PATCH] chore: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c4f42ff79..d311066e66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,8 +22,7 @@ body: attributes: label: 'Link to Reproduction (or Detailed Explanation)' description: | - Provide a link to a CodeSandbox or Git repository which demonstrates the bug. If a link is not available, give a detailed explanation of the setup. - placeholder: 'https:// or detailed setup explanation' + Use https://codesandbox.io/p/devbox/ark-ui-react-issue-template-7hspkh as a starting point to create a reproduction. Issues without a reproduction will be closed. validations: required: true - type: 'textarea'