├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── sh-check.yml └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoXLR-on-Linux/goxlr-on-linux/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoXLR-on-Linux/goxlr-on-linux/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/sh-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoXLR-on-Linux/goxlr-on-linux/HEAD/.github/workflows/sh-check.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoXLR-on-Linux/goxlr-on-linux/HEAD/README.md --------------------------------------------------------------------------------