mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
Add issue templates
@Crementif feel free to modify these to make more sense to the graphic packs context, and for the end user these were loosely modified from the defaults that GitHub provides
This commit is contained in:
parent
4b6e102bf8
commit
f239f9ab7b
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report an issue to help us improve the packs!
|
||||
title: "[GAME NAME] Issue"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the issue is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Boot game up
|
||||
2. Go to here
|
||||
3. Issue that happens
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [Windows, Linux (via Wine)]
|
||||
- Renderer [Vulkan or OpenGL]
|
||||
- Version [e.g. 1.22.5]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here. Add a save file if it's needed at a specific point in the game.
|
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest a game to look into, or an enhancement to an already supported game.
|
||||
title: "[GAME NAME] Request"
|
||||
labels: request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Mention a brief description of your request.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue
Block a user