From 2a3d5a27a8ce9f132b1361014647092cbf97d2c7 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 14 Aug 2018 18:03:10 -0700 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..2caef1fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us address broken functionality + +--- + +**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. + +**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? + +**Client PC details (please complete the following information)** + - OS: [e.g. Windows 10 1803] + - Moonlight Version: [e.g. v0.2.0] + +**Logs (please attach)** +- On Windows, `Moonlight-###.log` files can be found in `%TEMP%`. Simply type that into the File Explorer path field to navigate there. +- On macOS, `Moonlight-###.log` files can be found in `/tmp`. In Finder, press Cmd+Shift+G, then type `/tmp` to navigate there. +- On Linux, logs print to the terminal when running via `flatpak run com.moonlight_stream.Moonlight` + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..066b2d92 --- /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.