From 82c449045fad08533d0dc8e87f4ce3933c072fe9 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Fri, 10 May 2024 00:22:09 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 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 0000000..235b0ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report a bug in the project +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. etc. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +Please attach a screenshot of the bug. + +**Desktop (please complete the following information):** + - OS: [Windows 10, Windows 11, Linux distro] + - Version: [e.g. 1.0.0] + - CPU: [e.g. Intel Core ..., AMD Ryzen ..., etc.] + - GPU: [e.g. NVIDIA GeForce .../Radeon RX .../Intel UHD .../etc.] + +**Additional context** +Add any other context about the problem here.