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>
36 lines
570 B
Markdown
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 -->
|