├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── performance-issue.md ├── CapturingPerfData.md ├── CapturingSystemReport.md └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValveSoftware/SteamVR-for-Linux/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/performance-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValveSoftware/SteamVR-for-Linux/HEAD/.github/ISSUE_TEMPLATE/performance-issue.md -------------------------------------------------------------------------------- /CapturingPerfData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValveSoftware/SteamVR-for-Linux/HEAD/CapturingPerfData.md -------------------------------------------------------------------------------- /CapturingSystemReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValveSoftware/SteamVR-for-Linux/HEAD/CapturingSystemReport.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValveSoftware/SteamVR-for-Linux/HEAD/README.md --------------------------------------------------------------------------------