From 3caaf0dea6ea4742b32803edb109a6b78f48f0b3 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Wed, 24 Dec 2025 04:12:13 +0100 Subject: [PATCH] refactor(cleanup): update issue templates --- .../ISSUE_TEMPLATE/compatibility_report.md | 33 ------------------- .github/ISSUE_TEMPLATE/feature_request.md | 4 +-- .../{bug_report.md => issue_report.md} | 21 +++++++----- 3 files changed, 14 insertions(+), 44 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/compatibility_report.md rename .github/ISSUE_TEMPLATE/{bug_report.md => issue_report.md} (61%) diff --git a/.github/ISSUE_TEMPLATE/compatibility_report.md b/.github/ISSUE_TEMPLATE/compatibility_report.md deleted file mode 100644 index a0428c8..0000000 --- a/.github/ISSUE_TEMPLATE/compatibility_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Compatibility report -about: Report a bug (if lsfg-vk does not work, or poorly works on a certain game or app) -title: "[COMPATIBILITY] Explain your bug" -labels: compatibility -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. - -Before reporting, make sure you have read through this wiki page: -https://github.com/PancakeTAS/lsfg-vk/wiki/Quirks - -Make sure this bug hasn't already been reported. Comment your findings on an existing issue if you find one! - -**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** -Follow this wiki page to get log message. You may skip this step if you think it isn't relevant: -https://github.com/PancakeTAS/lsfg-vk/wiki/How-to-ask-for-help diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0004994..7060434 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request -about: Request a new feature (DO NOT REQUEST ANYTHING UNRELATED TO FRAME GENERATION) -title: "[COMPATIBILITY] Explain your bug" +about: Request a new feature +title: "[FEATURE] (describe the feature)" labels: feature assignees: '' diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/issue_report.md similarity index 61% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/issue_report.md index bb0aa9a..6d97978 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/issue_report.md @@ -1,25 +1,28 @@ --- -name: Bug report -about: Report a bug (if lsfg-vk does work, but not as expected) -title: "[BUG] Explain your bug" +name: Bug / Compatibility report +about: Report a bug or compatibility issue +title: "[ISSUE] Explain your bug" labels: bug assignees: '' --- +Before reporting, please read through this wiki page about known quirks and issues: +https://github.com/PancakeTAS/lsfg-vk/wiki/Quirks + +Also make sure to search through existing issues to see if your bug has already been reported and comment on it instead of creating a duplicate issue. + +--- + **Describe the bug** A clear and concise description of what's happening is and, if not immediately obvious, what's supposed to happen instead. -Before reporting, make sure you have read through this wiki page: -https://github.com/PancakeTAS/lsfg-vk/wiki/Quirks - -Make sure this bug hasn't already been reported. Comment your findings on an existing issue if you find one! - **To Reproduce** Steps to reproduce the behavior: 1. Open '...' 2. Do '...' 3. Notice '...' +4. (...) **Screenshots/Videos** If applicable, add screenshots to help explain your problem. @@ -29,5 +32,5 @@ What Linux distro are you on? What driver version are you using? What's in your Anything that could be relevant. **Verbose log messages** -Follow this wiki page to get log message. You may skip this step if you think it isn't relevant: +Follow this wiki page to get log message. https://github.com/PancakeTAS/lsfg-vk/wiki/How-to-ask-for-help