From a8582b5954f2eeb947df964c3938491ed5beb031 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Fri, 25 Jul 2025 23:41:31 +0200 Subject: [PATCH] meta: add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++ .../ISSUE_TEMPLATE/compatibility_report.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 +++++++++ 3 files changed, 84 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/compatibility_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7f078fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +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. + +Before reporting, make sure you have read through these two wiki pages and tried all the options: +https://github.com/PancakeTAS/lsfg-vk/wiki/Quirks +https://github.com/PancakeTAS/lsfg-vk/wiki/Known-incompatibilities + +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/compatibility_report.md b/.github/ISSUE_TEMPLATE/compatibility_report.md new file mode 100644 index 0000000..b62269f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/compatibility_report.md @@ -0,0 +1,34 @@ +--- +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 these two wiki pages and tried all the options: +https://github.com/PancakeTAS/lsfg-vk/wiki/Quirks +https://github.com/PancakeTAS/lsfg-vk/wiki/Known-incompatibilities + +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 new file mode 100644 index 0000000..0004994 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Request a new feature (DO NOT REQUEST ANYTHING UNRELATED TO FRAME GENERATION) +title: "[COMPATIBILITY] Explain your bug" +labels: feature +assignees: '' + +--- + +**Describe the feature** +A short and fitting description of what you want to see in the project. + +If someone already reported a variation of this feature, comment on it. If the issue has been closed, do not resubmit the feature request. + +**Example usecase/scenario** +When would users want this feature?