hydra

Terminal replacement for Loopback — virtual audio devices and routing on macOS, from a ratatui TUI.
Log | Files | Refs | README | LICENSE

bug_report.yml (2608B)


      1 name: Bug report
      2 description: Create a bug report about a reproducible problem.
      3 labels: bug
      4 body:
      5 - type: checkboxes
      6   id: searched-discussions
      7   attributes:
      8     label: Please Confirm
      9     options:
     10       - label: I have read the **[FAQ](https://github.com/ExistentialAudio/BlackHole#faq) and [Wiki](https://github.com/ExistentialAudio/BlackHole/wiki)** where most common issues can be resolved
     11         required: true
     12       - label: I have searched **[Discussions](https://github.com/ExistentialAudio/BlackHole/discussions)** to see if the same question has already been asked
     13         required: true
     14       - label: This is a **bug** and not a question about audio routing or configuration, which should be posted in [Discussions](https://github.com/ExistentialAudio/BlackHole/discussions)
     15         required: true
     16 - type: dropdown
     17   id: operating-system
     18   attributes:
     19     label: "macOS Version"
     20     multiple: false
     21     options:
     22       - "macOS 13 Ventura"
     23       - "macOS 12 Monterey"
     24       - "macOS 11 Big Sur"
     25       - "macOS 10.15 Catalina"
     26       - "macOS 10.14 Mojave"
     27       - "macOS 10.13 High Sierra"
     28       - "macOS 10.12 Sierra"
     29       - "macOS 10.11 El Capitan"
     30       - "macOS 10.10 Yosemite"
     31       - "macOS 10.9 Mavericks"
     32   validations:
     33     required: true
     34 - type: checkboxes
     35   id: blackhole-config
     36   attributes:
     37     label: "BlackHole Build(s) Affected"
     38     options:
     39       - label: "2 channel"
     40       - label: "16 channel"
     41       - label: "64 channel"
     42       - label: "other/custom build"
     43   validations:
     44     required: true
     45 - type: textarea
     46   id: bug-description
     47   attributes:
     48     label: Describe the bug
     49     description: "A clear and concise description of what the bug is."
     50   validations:
     51     required: true     
     52 - type: textarea
     53   id: repro
     54   attributes:
     55     label: Reproduction Steps
     56     description: "Please list steps to reproduce the bug. If exact steps are unknown, please describe what conditions cause the issue."
     57     value: |
     58       1.
     59       2.
     60       3.
     61       etc...
     62   validations:
     63     required: true
     64 - type: textarea
     65   id: expected-behavior
     66   attributes:
     67     label: Expected Behavior
     68     description: "A clear and concise description of what you expected to happen."
     69   validations:
     70     required: true
     71 - type: textarea
     72   id: screenshots
     73   attributes:
     74     label: Screenshots
     75     description: "Please include screenshots of Audio MIDI Setup (BlackHole, your Multi-Output Device, etc.) and any app configuration windows in question. You can take screen shots by pressing <kbd>Shift</kbd><kbd>Cmd</kbd><kbd>4</kbd>, then attach the screenshot image files by dragging them onto the text entry area below:"