Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Report a reproducible issue
labels: bug
---

## Summary
A clear and concise description of the bug.

## Environment
- OS:
- Python version:
- GenericAgent commit/version:
- Model/provider:

## Steps To Reproduce
1.
2.
3.

## Expected Behavior
What should happen.

## Actual Behavior
What actually happens.

## Logs / Screenshots
Paste relevant logs or screenshots.

## Additional Context
Anything else that helps reproduction.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Propose an improvement
labels: enhancement
---

## Problem
What user pain or workflow issue does this solve?

## Proposed Solution
Describe the expected behavior and UX.

## Alternatives Considered
Any other options considered.

## Scope
- [ ] Docs only
- [ ] Small code change
- [ ] Cross-module change

## Success Criteria
How we can verify this feature is done.
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Summary
Describe what this PR changes and why.

## Related Issue
Closes #

## Type of Change
- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [ ] Documentation
- [ ] Tests

## Validation
- [ ] I ran relevant tests/checks locally
- [ ] I verified no obvious regressions
- [ ] I updated docs when behavior changed

## Notes for Reviewers
Anything reviewers should pay attention to.