Pull Request Template¶
Use this template when creating PRs in audio-lab. Delete sections that don't apply.
Summary¶
Type of Change¶
- Feature (new functionality)
- Fix (bug fix)
- Performance improvement
- Refactor (no behavior change)
- Documentation
- Build/CI
- Test
Changes¶
-¶
-
Motivation¶
Technical Details¶
RT Safety (if applicable)¶
- No locks in RT path
- No allocations in RT path
- No syscalls in RT path
- Lock-free structures validated
- RT validators pass
Testing¶
- Unit tests added/updated
- Integration tests pass
- Manual testing completed
- Tested on platforms:
Test Coverage¶
-¶
Performance Impact¶
Breaking Changes¶
Screenshots/Examples¶
Related Issues¶
- Fixes #
- Related to #
Checklist¶
- Code follows project coding standards
-
clang-formatapplied - No compiler warnings
- Documentation updated (if needed)
- Examples updated (if API changed)
- CHANGELOG updated (if using)
- Commit messages follow conventions
- Self-reviewed code
- All CI checks pass
Reviewer Notes¶
Post-Merge Tasks¶
- [ ]
/cc @