|
|
@@ -0,0 +1,31 @@ |
|
|
|
--- |
|
|
|
name: Bug report 🐞 |
|
|
|
about: Create a report to help us improve |
|
|
|
title: '' |
|
|
|
labels: bug |
|
|
|
assignees: '' |
|
|
|
--- |
|
|
|
|
|
|
|
<!-- NOTE: Bugs reported here are exclusively for jack2. --> |
|
|
|
|
|
|
|
## Describe the bug |
|
|
|
|
|
|
|
A clear and concise description of what the bug is. |
|
|
|
|
|
|
|
## Environment |
|
|
|
|
|
|
|
* **JACK Version:** Which version of jack2 are you using? (e.g. the output of `jackd --version` or a git commit checksum) |
|
|
|
* **Operating System:** What operating system or distribution in which version are you using? (e.g. Linux, macOS, Windows) |
|
|
|
* **Installation:** How did you install jack2? (e.g. package manager, from source) |
|
|
|
|
|
|
|
## Steps To Reproduce |
|
|
|
|
|
|
|
```bash |
|
|
|
# Paste a minimal code example here (e.g. about how you started JACK) |
|
|
|
``` |
|
|
|
|
|
|
|
### Expected vs. actual behavior |
|
|
|
|
|
|
|
A clear and concise description of what you expected to happen vs. what happened. |
|
|
|
|
|
|
|
<!-- Paste error messages in code blocks in their entirety. Use gist if very long or attach log files. --> |