agentops/app/.github/pull_request_template.md

45 lines
1.2 KiB
Markdown

## Description
Brief description of changes made in this PR.
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Other (please describe):
## Related Issues
- Fixes #(issue number)
- Relates to #(issue number)
## Testing
- [ ] Tests pass locally (`just test`)
- [ ] Added tests for new functionality
- [ ] Manual testing completed
- [ ] No new warnings introduced
**Test Instructions:**
<!-- Provide steps for reviewers to test your changes -->
## Screenshots (if applicable)
<!-- Add screenshots to help explain your changes -->
## Checklist
- [ ] Code follows project style guidelines (`just lint`)
- [ ] Self-review completed
- [ ] Code is commented where necessary
- [ ] Documentation updated (if needed)
- [ ] Environment variables documented (if added)
- [ ] Changelog updated (for significant changes)
## Additional Notes
<!-- Any additional information for reviewers -->