From 235126d9abcb5f069858a0895995d8809c5559ba Mon Sep 17 00:00:00 2001 From: rarebuffalo Date: Fri, 12 Jun 2026 19:37:00 +0530 Subject: [PATCH] add github issue template for bug reports --- .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..64587a3 --- /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: 'bug: ' +labels: ['bug', 'triage'] +assignees: '' +--- + +## Description + +A clear and concise description of what the bug is. + +## Steps to Reproduce + +Steps to reproduce the behavior: +1. Run CLI command '...' +2. See error '...' + +## Expected Behavior + +A clear and concise description of what you expected to happen. + +## Environment Details + +* OS: [e.g. Ubuntu 22.04, macOS Sonoma] +* Python Version: [e.g. 3.12.2] +* Installation Method: [e.g. cli/install.sh, pip install -e cli/] +* Active LLM Provider: [e.g. Gemini, OpenAI, Claude, Ollama] + +## Additional Context + +Add any other context or terminal log snippets about the problem here.