From 0f269fb2da4a99868c0d08cbfb0a87410d4a2781 Mon Sep 17 00:00:00 2001 From: "Geoffrey D. Bennett" Date: Sat, 2 Dec 2023 02:25:47 +1030 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/issue.md | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..f12d9a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,54 @@ +--- +name: Issue +about: Open an issue for help, to report a bug, or request a feature +title: '' +labels: '' +assignees: '' + +--- + +# `alsa-scarlett-gui` Issue Template + +Thank you for taking the time to contribute to the `alsa-scarlett-gui` project. Before you submit your issue, please ensure you have checked the FAQ and provide the necessary information below. + +## Confirmation +- [ ] I confirm that I have read the [FAQ](https://github.com/geoffreybennett/alsa-scarlett-gui/blob/master/FAQ.md). + +## Issue Category +Please select the category that best describes your issue: +- [ ] Help Request +- [ ] Bug Report +- [ ] Feature Request + +## Environment Details +Please provide the following details about your environment. + +### Linux Distribution and Version +(paste output from `cat /etc/redhat-release` or `cat /etc/lsb_release` here) +- Distribution: +- Version: + +### Kernel Version +(paste output from `uname -r` here) +- Kernel version: + +### Kernel Messages +(paste output from `dmesg | grep -A 5 -B 5 -i focusrite` here) + +### Focusrite Interface Series and Model +(maybe shown in kernel messages, or paste output from `lsusb -d1235:` if unsure) +- Series (e.g., Scarlett 2nd/3rd/4th Gen, Clarett USB, Clarett+): +- Model (e.g., Solo, 2i2, 4i4, etc.): + +### Audio System +(use `ps aux | grep -E "pulseaudio|jackd|pipewire"` to check) +- [ ] PulseAudio +- [ ] JACK +- [ ] PipeWire + +## Issue Description +Please provide a detailed description of the issue or feature request, including steps to reproduce (if applicable), expected behavior, and actual behavior: + +--- + +Thank you for helping improve `alsa-scarlett-gui`!