AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit e56347476b7bde1566d1329ed8878bf67381c66c
parent 748b79f1774f4fd8c82c1a441ca774ad67a56dde
Author: jatinchowdhury18 <[email protected]>
Date:   Sat, 20 Jun 2020 21:01:52 -0700

Update issue templates [ci skip]
Diffstat:
A.github/ISSUE_TEMPLATE/bug_report.md | 33+++++++++++++++++++++++++++++++++
A.github/ISSUE_TEMPLATE/feature_request.md | 17+++++++++++++++++
2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report +title: "[BUG]" +labels: bug +assignees: jatinchowdhury18 + +--- + +**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] + - DAW [e.g. Ableton Live, FL Studio, Audacity] + - Version [e.g. 2.3] + - 32/64 bit (Windows only) + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: jatinchowdhury18 + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here.