Files
gastown/.github/ISSUE_TEMPLATE/bug_report.md
dementus f9f5517027 feat: Add GitHub issue and PR templates (gt-599nf)
Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md
templates. Add .github/PULL_REQUEST_TEMPLATE.md for PR submissions.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 14:16:42 -08:00

36 lines
570 B
Markdown

---
name: Bug Report
about: Report a bug in Gas Town
title: ''
labels: bug
assignees: ''
---
## Bug Description
<!-- A clear description of what the bug is -->
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
<!-- What you expected to happen -->
## Actual Behavior
<!-- What actually happened -->
## Environment
- **OS**:
- **Go version**:
- **Gas Town version**: (`gt version`)
- **tmux version** (if applicable):
## Logs / Error Output
```
<!-- Paste relevant logs or error messages -->
```
## Additional Context
<!-- Any other context about the problem -->