From b0a0ce3b83b11e24b13909aa360f66c781aca1e5 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Wed, 10 Nov 2021 14:31:40 -0600 Subject: [PATCH] chore: request more repros in bug reports We got StackBlitz. Let's use it to our advantage! 80% of the time when people go to reproduce the bug fix, they will find the true cause of the issue (and sometimes it's not Hydrogen related). --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d535723..f004df4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,11 @@ assignees: '' A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behaviour: + +- Provide a link to a [StackBlitz sandbox](https://hydrogen.new) which reproduces the issue +- OR: provide a link to a repository that reproduces the issue + +If you cannot do one of the above, list steps to reproduce the behaviour below: 1. Go to '...' 2. Click on '....'