mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
add github issue template for bug reports
This commit is contained in:
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user