Tone.js/.github/ISSUE_TEMPLATE/bug_report.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2021-02-01 04:34:47 +00:00
---
name: Bug report
2021-02-01 04:37:27 +00:00
about: Report an issue with Tone.js
2021-02-01 04:34:47 +00:00
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A description of what the bug is.
For help questions, check out the [forum](https://groups.google.com/forum/#!forum/tonejs).
Note: Browsers' [Autoplay Policy](https://github.com/Tonejs/Tone.js/wiki/Autoplay) leads to a lot of subtle and inconsistent bugs where Tone.js produces no sound. Check out the link for more information and the solution.
2021-10-13 16:22:01 +00:00
If you are experiencing loose or inaccurate timing, double check that you are [correctly scheduling events](https://github.com/Tonejs/Tone.js/wiki/Accurate-Timing).
2021-02-01 04:34:47 +00:00
**To Reproduce**
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.
**Expected behavior**
A description of what you expected to happen.
2021-05-10 16:45:07 +00:00
**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.
2021-02-01 04:34:47 +00:00
**Additional context**
Add any other context about the problem here.