From 2071c97aeffabc0d9c9f6f6ae5d9d33fe3fc2bbc Mon Sep 17 00:00:00 2001 From: Pancake Date: Mon, 7 Jul 2025 13:48:45 +0200 Subject: [PATCH] Update issue templates --- .../bug-report--non-functional-.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 10 ++++++ 3 files changed, 80 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report--non-functional-.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug-report--non-functional-.md b/.github/ISSUE_TEMPLATE/bug-report--non-functional-.md new file mode 100644 index 0000000..bd4daeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--non-functional-.md @@ -0,0 +1,35 @@ +--- +name: Bug report (non-functional) +about: Report a bug (if lsfg-vk is not working at all). +title: "[BUG] Explain your bug" +labels: bug +assignees: '' + +--- + + + +**Describe the bug** +A clear and concise description of what's happening is and, if not immediately obvious, what's supposed to happen instead. + +**To Reproduce** +Steps to reproduce the behavior: +1. Open '...' +2. Move/Resize '...' +3. See error + +**Screenshots/Videos** +If applicable, add screenshots to help explain your problem. + +**System information** +What Linux distro are you on? What driver version are you using? What's in your machine? +Anything that could be relevant. + +**Verbose log messages** +Grab the latest debug build (change "Release" to "Debug" in build parameters) and launch your game with these environment variables set: +`LSFG_LOG_FILE=lsfg.log LSFG_LOG_DEBUG=all VK_LOADER_DEBUG=all` +Pipe the application output to a file (`2>&1 | tee app.log` at the end of the command) + +Upload both xxxx_lsfg.log and app.log. + +Open up a terminal and type `vulkaninfo -o vulkan.txt`, this will create a file called vulkan.txt. Upload it as well. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f30fce7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Report a bug (if lsfg-vk does work, but not as expected) +title: "[BUG] Explain your bug" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what's happening is and, if not immediately obvious, what's supposed to happen instead. + +**To Reproduce** +Steps to reproduce the behavior: +1. Open '...' +2. Do '...' +3. Notice '...' + +**Screenshots/Videos** +If applicable, add screenshots to help explain your problem. + +**System information** +What Linux distro are you on? What driver version are you using? What's in your machine? +Anything that could be relevant. + +**Verbose log messages** +(you may skip this step if not relevant)) + +Grab the latest debug build (change "Release" to "Debug" in build parameters) and launch your game with these environment variables set: +`LSFG_LOG_FILE=lsfg.log LSFG_LOG_DEBUG=all VK_LOADER_DEBUG=all` +Pipe the application output to a file (`2>&1 | tee app.log` at the end of the command) + +Upload both xxxx_lsfg.log and app.log. + +Open up a terminal and type `vulkaninfo -o vulkan.txt`, this will create a file called vulkan.txt. Upload it as well. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..1ddfdd7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,10 @@ +--- +name: Other +about: Create an empty issue. +title: '' +labels: '' +assignees: '' + +--- + +