mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-01-09 00:12:24 +00:00
refactor(cleanup): update issue templates
This commit is contained in:
parent
78bcb05fce
commit
3caaf0dea6
3 changed files with 14 additions and 44 deletions
33
.github/ISSUE_TEMPLATE/compatibility_report.md
vendored
33
.github/ISSUE_TEMPLATE/compatibility_report.md
vendored
|
|
@ -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
|
||||
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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: ''
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue