Add github issue templates
[jack2.git] / .github / ISSUE_TEMPLATE / bug_report.md
blobe9bb2c2621c501f8a227994813e2b5712680bafc
1 ---
2 name: Bug report 🐞
3 about: Create a report to help us improve
4 title: ''
5 labels: bug
6 assignees: ''
7 ---
9 <!-- NOTE: Bugs reported here are exclusively for jack2. -->
11 ## Describe the bug
13 A clear and concise description of what the bug is.
15 ## Environment
17 * **JACK Version:** Which version of jack2 are you using? (e.g. the output of `jackd --version` or a git commit checksum)
18 * **Operating System:** What operating system or distribution in which version are you using? (e.g. Linux, macOS, Windows)
19 * **Installation:** How did you install jack2? (e.g. package manager, from source)
21 ## Steps To Reproduce
23 ```bash
24 # Paste a minimal code example here (e.g. about how you started JACK)
25 ```
27 ### Expected vs. actual behavior
29 A clear and concise description of what you expected to happen vs. what happened.
31 <!-- Paste error messages in code blocks in their entirety. Use gist if very long or attach log files. -->