From 1b8cc3b02b13f5d16ad988460edbda463113177e Mon Sep 17 00:00:00 2001 From: Dmitriy Mozgovoy Date: Wed, 19 Apr 2023 21:14:02 +0300 Subject: [PATCH] chore(template): improve issue template; (#5665) --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index e79dda8..133996f 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -26,7 +26,10 @@ body: id: reproduce attributes: label: 'To Reproduce' - description: Code snippet to reproduce, ideally that will work by pasting into something like https://npm.runkit.com/axios, a hosted solution, or a repository that illustrates the issue. **If your problem is not reproducible, please file under Support or Usage Question** + description: | + Code snippet to reproduce, ideally if you can provide a live example in https://codesandbox.io/ sandbox or a repository that illustrates the issue. + (You can use https://codesandbox.io/p/sandbox/zen-knuth-9hvhzq as a node sandbox template, or https://codesandbox.io/s/axios-browser-issue-2l8jec as a browser template) + **If your problem is not reproducible, please file under Support or Usage Question** validations: required: false - type: textarea