From 90c80d1d9e07363f3bd77772dcaa84d6e1af7e51 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Mon, 10 May 2021 12:45:07 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9437012..f5577fca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,11 +19,11 @@ Note: Browsers' [Autoplay Policy](https://github.com/Tonejs/Tone.js/wiki/Autopla Please include a way to reproduce your issue. If possible, please includes a link to some example code using a platform like jsfiddle or codesandbox where the code can be edited. This makes it much easier to debug the issue and also create a validation test to verify the bug was fixed. -https://jsfiddle.net/n2kh5zus/ (tone@latest) -https://jsfiddle.net/4tohcn08/ (tone@next) - **Expected behavior** A description of what you expected to happen. +**What I've tried** +How have you tried resolving/debugging this issue? This can be helpful context for getting to the heart of the issue faster and not duplicating effort. + **Additional context** Add any other context about the problem here.