add github issue template for bug reports

This commit is contained in:
rarebuffalo
2026-06-12 19:37:00 +05:30
parent 5bba7b4042
commit 235126d9ab

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -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.