diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b8854dfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Environment information** + - Operating System: [e.g. Ubuntu 24.04, macOS Sonoma 14.7, Windows 11] + - Supersim Version: [e.g. v0.0.1-alpha-1] + +**Foundry version.** +Run `forge --version` and paste the output here + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to reproduce** + +1. Outline the steps to reproduce the bug. +2. Be specific and detailed to help developers replicate the issue.