shield-agents / .github /PULL_REQUEST_TEMPLATE.md
Shield Agents
🛡️ Initial release - Shield Agents v1.0.0
de31cf7
|
Raw
History Blame Contribute Delete
669 Bytes

Description

Brief description of changes.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Testing

  • Unit tests pass (pytest tests/ -v)
  • Benchmark suite passes (python -m benchmarks.benchmark)
  • Manual testing performed

Checklist

  • Code follows project style guidelines
  • Self-review performed
  • Comments added for complex code
  • Documentation updated (README, CHANGELOG)
  • No new warnings introduced