diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..85dd170 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Ask for help on Discord before reporting a bug + +--- +**READ ME FIRST!** +This issue tracker is not the right place to ask for troubleshooting help if you're not able to connect or stream at all. For those requests, please use the #ios-tvos-help channel on our Discord server where there are many more people who can help (or direct you back here if it looks like a Moonlight bug after all). https://moonlight-stream.org/discord + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to reproduce** +Any special steps that are required for the bug to appear. + +**Screenshots** +If applicable, add screenshots to help explain your problem. If the issue is related to video glitching or poor quality, please include screenshots. + +**Affected games** +List the games you've tried that exhibit the issue. To see if the issue is game-specific, try streaming Steam Big Picture with Moonlight and see if the issue persists there. + +**Other Moonlight clients** +- Does the issue occur when using Moonlight on PC or Android? + +**Moonlight settings (please complete the following information)** +- Have any settings been adjusted from defaults? +- If so, which settings have been changed? +- Does the problem still occur after reverting settings back to default? + +**Gamepad-related issues (please complete if problem is gamepad-related)** +- Do you have any gamepads connected to your host PC directly? +- If gamepad input is not working, does it work if you use Moonlight's on-screen controls? +- Does the problem still remain if you stream the desktop and use https://html5gamepad.com to test your gamepad? + - Instructions for streaming the desktop can be found here: https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide + +**Device details (please complete the following information)** + - iOS/tvOS version: [e.g. iOS 14.2] + - Device model: [e.g. iPhone 11 Pro] + +**Server PC details (please complete the following information)** + - OS: [e.g. Windows 10 1809] + - GeForce Experience version: [e.g. 3.16.0.140] + - Nvidia GPU driver: [e.g. 417.35] + - Antivirus and firewall software: [e.g. Windows Defender and Windows Firewall] + +**Additional context** +Anything else you think may be relevant to the issue or special about your specific setup. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..066b2d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.