76 lines
1.3 KiB
Markdown
76 lines
1.3 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Report something that isn't working correctly
|
|
title: "[Bug] "
|
|
labels: type:bug, status:backlog
|
|
assignees: ''
|
|
---
|
|
|
|
## Summary
|
|
<!-- One-sentence description of the bug -->
|
|
|
|
## Steps to Reproduce
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. See error
|
|
|
|
## Expected Behavior
|
|
<!-- What should happen? -->
|
|
|
|
## Actual Behavior
|
|
<!-- What actually happens? -->
|
|
|
|
## Environment
|
|
- Service/Repo:
|
|
- Environment: (local / staging / prod)
|
|
- Browser/Client: (if applicable)
|
|
- OS:
|
|
|
|
## Logs / Screenshots
|
|
<!-- Paste relevant logs or attach screenshots -->
|
|
|
|
## Possible Fix
|
|
<!-- If you have ideas on how to fix this -->
|
|
name: Finance Pack Bug Report
|
|
about: Report a bug in the finance pack
|
|
title: '[BUG] '
|
|
labels: ['type:bug', 'pack:finance', 'status:ready']
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Bug Description
|
|
<!-- A clear and concise description of the bug -->
|
|
|
|
## Affected Agent
|
|
<!-- Which agent is affected? -->
|
|
- [ ] budgeteer
|
|
- [ ] reconcile
|
|
- [ ] forecast
|
|
- [ ] audit
|
|
|
|
## Steps to Reproduce
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected Behavior
|
|
<!-- What should happen -->
|
|
|
|
## Actual Behavior
|
|
<!-- What actually happens -->
|
|
|
|
## Environment
|
|
- Python version:
|
|
- Node.js version:
|
|
- OS:
|
|
|
|
## Error Messages
|
|
<!-- Include any error messages or logs -->
|
|
```
|
|
[paste error messages here]
|
|
```
|
|
|
|
## Additional Context
|
|
<!-- Any other information about the problem -->
|