mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-04-27 12:51:52 +00:00
meta: add issue templates
This commit is contained in:
parent
728626dbf2
commit
a8582b5954
3 changed files with 84 additions and 0 deletions
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -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
|
||||
34
.github/ISSUE_TEMPLATE/compatibility_report.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/compatibility_report.md
vendored
Normal file
|
|
@ -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
|
||||
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -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?
|
||||
Loading…
Add table
Reference in a new issue