From a11628f850b635499f360c65ec22709fa81375a0 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:20:04 +0000 Subject: [PATCH] Upload issue template for bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5b6b1e07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: 'Bug Report' +description: 'Report a bug in Unleashed Recompiled.' +type: 'Bug' +--- + +### Validation +- [ ] I have checked the [Issues](https://github.com/hedge-dev/UnleashedRecomp/issues) page to see if my problem has already been reported +- [ ] I have confirmed that this bug does not occur in the original game running on original Xbox 360 hardware + +### Describe the Bug +A clear and concise description of what the bug is. + +### Steps to Reproduce +Steps to reproduce the bug: +1. Go to '...' +2. etc. + +### Expected Behavior +A clear and concise description of what you expected to happen. + +### Footage +Attach a screenshot or video of the bug. If possible, please also provide footage of the expected behaviour on original Xbox 360 hardware. + +### Specifications +Fill out the following details: + - CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.) + - GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.) + - GPU Driver: (e.g NVIDIA driver 545.XX, AMD driver 24.X.X, etc.) + - OS: (e.g. Windows 10, Windows 11, Linux distro) + - Version: (e.g. 1.0.0) + +### Additional Context +Provide any other context about the problem here.