Add issue templates for bug reports, feature requests, and questions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rob 2025-12-30 03:25:43 -04:00
parent 1cc694592b
commit a5be322bf0
3 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,32 @@
---
name: Bug Report
about: Report something that isn't working
labels: bug
---
## Description
What happened?
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
What should have happened?
## Environment
- OS:
- Ramble version:
- Provider (mock/claude/codex/gemini):
- Docker or native install?
## Error Output
```
Paste any error messages here
```

View File

@ -0,0 +1,21 @@
---
name: Feature Request
about: Suggest a new feature or improvement
labels: enhancement
---
## Feature Description
A clear description of the feature you'd like to see.
## Use Case
Why do you need this? What problem does it solve?
## Proposed Solution
How do you think it should work? (optional)
## Alternatives Considered
Any other approaches you've thought about? (optional)

View File

@ -0,0 +1,17 @@
---
name: Question
about: Ask a question about Ramble
labels: question
---
## Question
What would you like to know?
## What I've Tried
Any steps you've already taken to find the answer?
## Context
Any additional context that might help?