From 622e4835169b37b5b20f5c33f330f156e527d48a Mon Sep 17 00:00:00 2001 From: Areloch Date: Sun, 15 Mar 2026 01:03:10 -0500 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 000000000..3c04325f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report an issue +title: '' +labels: '' +assignees: '' +type: Bug + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**System Info (please complete the following information as applicable):** + - OS: [e.g. Windows] + - Engine Version [e.g. 4.1] + - Binary or Precompiled? + - Cmake version [e.g. 3.31.0] + - IDE/Code builder [e.g. Visual Studio 2022] + +**Additional context** +Add any other context about the problem here.