From 3af869d2b57ac96df4bfc393b1abb38fe3325712 Mon Sep 17 00:00:00 2001 From: bradley wojcik Date: Wed, 15 Apr 2026 04:01:48 -0400 Subject: [PATCH] Add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 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..77900f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve spin +title: '' +labels: bug, new +assignees: '' + +--- + +**Describe the problem** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Enter command '...' +2. Enter values '....' +3. Perform action '....' +4. See error/behavior + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots/recordings and detailed log/error messages to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. macOS, Linux] + - Terminal [e.g. macOS Terminal, Ghostty, Wezterm, etc.] + - Shell [e.g. zsh, bash, fish] + - spin version [e.g. v0.1.1] + +**Additional context** +Add any other context about the problem here.