agentops/app/.github/pull_request_template.md

1.2 KiB

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):
  • 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:

Screenshots (if applicable)

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