From 6869bc69fa8121a8ab4e4c6c04a17ebd066c74bc Mon Sep 17 00:00:00 2001 From: SpectralVectors Date: Wed, 4 Sep 2024 14:48:03 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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..37bc9c7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**What Went Wrong?** +A clear and concise description of what the bug is. + +**How Can We Recreate the Problem?** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**What Should Have Happened** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**System Information:** + - OS: [e.g. Win10, Win11, MacOS 12.3.5, Arch, Debian, Ubuntu, PopOS etc] + - Blender Version [e.g. 4.2.1] +- Addon Version [e.g. 2.3.9] + +**Additional Information** +Add any other context about the problem here.