neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit 161776832b792201c3cceea95de10c4c61cf92de
parent a1ad297c6298d603e5903754a66f0a1d3d2d1203
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Sat, 11 Feb 2023 13:29:18 -0800

Create bug_report.md
Diffstat:
A.github/ISSUE_TEMPLATE/bug_report.md | 34++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug, unread +assignees: '' + +--- + +**Thanks for taking the time to write a bug report!** Use the following prompts to help you describe what's going on. The more info you provide, the easier it'll be to understand how to fix it for you without having to come back and ask you questions. + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS [e.g. Windows 10, macOS 10.15] + - Are you running locally or is this somethig that happens on Colab? + - Package version (or commit hash?) + +**Additional context** +Add any other context about the problem here.