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

30 lines
1,010 B
Markdown
Raw Normal View History

2021-02-01 04:34:47 +00:00
---
name: Bug report
about: Create a report to help us improve
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.
**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.
https://jsfiddle.net/n2kh5zus/ (tone@latest)
https://jsfiddle.net/4tohcn08/ (tone@next)
**Expected behavior**
A description of what you expected to happen.
**Additional context**
Add any other context about the problem here.