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.