> For the complete documentation index, see [llms.txt](https://framework.aic.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framework.aic.io/technical-guidelines-code-standards-and-tech-stack/templates-and-reference-assets/pull-request-template.md).

# Pull Request Template

## Summary

Describe what changed and why.

## Linked Work Item

* Ticket: \[link]

## Type of Change

* [ ] Feature
* [ ] Bug fix
* [ ] Refactor
* [ ] Security fix
* [ ] Documentation
* [ ] Infrastructure
* [ ] Breaking change

## Testing

* [ ] Unit tests added or updated
* [ ] Integration tests added or updated
* [ ] Manual test completed
* [ ] Not applicable - reason:

## Security Impact

* [ ] No security impact
* [ ] Authentication/authorization changed
* [ ] Data handling changed
* [ ] Secrets/configuration changed
* [ ] Dependency changed
* [ ] Security review required

## API Impact

* [ ] No API change
* [ ] OpenAPI updated
* [ ] Backward compatible
* [ ] Breaking change - versioning plan included

## Database Impact

* [ ] No database change
* [ ] Migration included
* [ ] Destructive change reviewed
* [ ] Rollback/fix-forward documented

## Evidence

Attach or link build, test, scan, screenshot or release evidence.

## Reviewer Notes

Call out areas requiring focused review.
