[
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "content": "---\nname: Bug report\nabout: Create a report to help us improve\ntitle: ''\nlabels: 'bug'\nassignees: ''\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n - OS: [e.g. Ubuntu]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "content": "---\nname: Feature request\nabout: Suggest an idea for this project\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".github/workflows/sh-check.yml",
    "content": "# This is a basic workflow to help you get started with Actions\n\nname: Sh Check\n\n# Controls when the action will run. \non:\n  # Triggers the workflow on push or pull request events but only for the main branch\n  pull_request:\n    branches:\n    - main\n  \n\n  # Allows you to run this workflow manually from the Actions tab\n  workflow_dispatch:\n\n\njobs:\n  \n  build:\n    # The type of runner that the job will run on\n    runs-on: ubuntu-latest\n\n    # Steps represent a sequence of tasks that will be executed as part of the job\n    steps:\n    - uses: actions/checkout@v1\n    - name: sh-checker\n      # You may pin to the exact commit or the version.\n      #uses: luizm/action-sh-checker@164368daf52a9126460854f9c0de00abc079a350\n      uses: luizm/action-sh-checker@v0.1.13\n      env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n      with:\n        sh_checker_shellcheck_disable: true\n        sh_checker_shfmt_disable: true\n        sh_checker_checkbashisms_enable: true\n        sh_checker_comment: true\n"
  },
  {
    "path": "README.md",
    "content": "# goxlr-on-linux\n[![Support Server](https://img.shields.io/discord/828348446775574548.svg?label=Discord&logo=Discord&colorB=7289da&style=flat)](https://discord.gg/Wbp3UxkX2j)\n\n\n## Status\nAs of 2024 [basic functionality](https://github.com/GoXLR-on-Linux/goxlr-on-linux/wiki/Basic-Functionality) of the GoXLR is available\nin all major distributions. To prevent confusion, the scripts which were originally housed here have been retired. I'd like to offer a massive thank you\nto those who have contributed to this project, you are the pioneers of the GoXLR on Linux, and we wouldn't be here without you!\n\nThis repository is being preserved for general FAQs and support, and our [Discord](https://discord.gg/Wbp3UxkX2j) server will remain available for discussion!\n\n## The [GoXLR Utility](https://github.com/GoXLR-on-Linux/goxlr-utility/)\nWhile the GoXLR works out the box, an application is still required to initialise and configure it. For that we have\nthe GoXLR Utility, a 1:1 replacement for the Official Windows GoXLR Application. It is feature complete, stable,\nand has binaries provided for various distributions. \n\n\n## Known Issues\nBelow are a list of currently known issues, with links to wiki pages on how to solve them. \n\n* [Audio playback is noticeably delayed](https://github.com/GoXLR-on-Linux/goxlr-on-linux/wiki/Audio-Delays-when-using-PulseAudio)\n* [Channels not listing on Ubuntu 24.04](https://github.com/GoXLR-on-Linux/goxlr-on-linux/wiki/GoXLR-Listing-as-'Multichannel'-in-Ubuntu-24.04-(Noble-Numbat))\n\n## Disclaimer\nThis project is not in any way affiliated with TC-Helicon. There is no official support for the GoXLR, or the GoXLR \nMini, on Linux. This project, including any of its contributors, cannot be held responsible for any issues you \nexperience with your device or Linux installation before or after using documentation provided here.\n"
  }
]