diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..cdd38be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]: " +labels: '' +assignees: Light3039 + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**To Reproduce** +Steps to reproduce the behavior: +1. Make projects "..." +2. Build projects "..." +3. Run project (Mirror/Sandbox) "..." +4. Do "..." +5. See bug "..." + +**System (you can omit any of the fields except OS and Console's debug output):** + - OS: [e.g. Manjaro Linux v21.1.0] +- GPU: [e.g. NVIDIA GeForce GTX 1050 Ti Mobile] +- CPU: [e.g. Intel i7-7700HQ (8) @ 3.800GHz] + + - Console's debug output (omit if bug occurs before running the program): + +**Screenshots** +If applicable, add screenshots to help explain your problem. +If possible add screen shot of console's debug output and neofetch. + +**Additional context** +Add any other context about the problem here.