mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +00:00
Adding issue template
This commit is contained in:
parent
0d49214da3
commit
978069b924
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: shadPS4 Discord
|
||||||
|
url: https://discord.gg/jZ38NQ3J
|
||||||
|
about: If you need technical support with shadPS4 or have other questions the best place to ask is on the official shadPS4 Discord linked here
|
44
.github/ISSUE_TEMPLATE/emulation_bug_report.yaml
vendored
Normal file
44
.github/ISSUE_TEMPLATE/emulation_bug_report.yaml
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
|
||||||
|
name: Bug Report
|
||||||
|
description: Report an issue with shadPS4 emulator
|
||||||
|
title: "Enter a title for the bug report here"
|
||||||
|
labels: bug
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: current_behavior
|
||||||
|
attributes:
|
||||||
|
label: Current Behavior
|
||||||
|
description: "What the bug is, in a brief description"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expected_behavior
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
description: "What did you expect to happen?"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: steps_to_reproduce
|
||||||
|
attributes:
|
||||||
|
label: Steps to Reproduce
|
||||||
|
description: "How to reproduce the issue"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: sys_info
|
||||||
|
attributes:
|
||||||
|
label: System Info (Optional)
|
||||||
|
description: "Your PC specifications. Usually only the operating system and graphics card is important. But feel free to add more info."
|
||||||
|
placeholder: |
|
||||||
|
Info
|
||||||
|
OS: Windows / Linux
|
||||||
|
GPU: NVIDIA GeForce... / AMD RX...
|
||||||
|
value: |
|
||||||
|
OS:
|
||||||
|
GPU:
|
||||||
|
validations:
|
||||||
|
required: false
|
Loading…
Reference in New Issue
Block a user