|
12345678910111213141516171819202122 |
- ---
- name: Bug Report
- about: Create a bug report to improve aptdec
- title: ''
- labels: bug
- assignees: ''
- ---
-
- **Describe the bug**
- A clear description of what the bug is.
-
- **To Reproduce**
- Steps to reproduce the behavior.
-
- **Expected behaviour**
- A clear description of what you expected to happen.
-
- **Link to audio**
- A link to the audio file that caused the problem (if applicable).
-
- **Build information**
- The version of aptdec you are running (check with `git describe --tag`), make sure it's up to date before opening this issue.
|