augani--openreel-video
80 行
2.0 KiB
Markdown
80 行
2.0 KiB
Markdown
## Description
|
|
|
|
<!-- Provide a clear description of what this PR does -->
|
|
|
|
## Related Issue
|
|
|
|
<!-- Link to the issue this PR addresses -->
|
|
Fixes #(issue number)
|
|
|
|
## Type of Change
|
|
|
|
<!-- Check all that apply -->
|
|
- [ ] 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
|
|
- [ ] Performance improvement
|
|
- [ ] Code refactoring
|
|
- [ ] Test coverage improvement
|
|
|
|
## Changes Made
|
|
|
|
<!-- List the specific changes made in this PR -->
|
|
-
|
|
-
|
|
-
|
|
|
|
## Testing
|
|
|
|
<!-- Describe how you tested these changes -->
|
|
|
|
**Test Plan:**
|
|
- [ ] All existing tests pass (`pnpm test`)
|
|
- [ ] TypeScript compiles without errors (`pnpm typecheck`)
|
|
- [ ] Added new tests for new functionality
|
|
- [ ] Manually tested in browser
|
|
|
|
**Browsers Tested:**
|
|
- [ ] Chrome
|
|
- [ ] Edge
|
|
- [ ] Other: ___________
|
|
|
|
## Screenshots/Videos
|
|
|
|
<!-- Add screenshots or videos for UI changes -->
|
|
<!-- Delete this section if not applicable -->
|
|
|
|
**Before:**
|
|
|
|
|
|
**After:**
|
|
|
|
|
|
## Checklist
|
|
|
|
<!-- Ensure all items are complete before submitting -->
|
|
- [ ] My code follows the project's coding style (see [CONTRIBUTING.md](../CONTRIBUTING.md))
|
|
- [ ] I have performed a self-review of my own code
|
|
- [ ] I have commented complex/non-obvious code
|
|
- [ ] I have updated relevant documentation
|
|
- [ ] My changes generate no new warnings or errors
|
|
- [ ] I have removed all `console.log` statements and debug code
|
|
- [ ] New and existing tests pass locally
|
|
- [ ] I have checked my code builds successfully
|
|
|
|
## Additional Context
|
|
|
|
<!-- Add any other context about the PR here -->
|
|
|
|
---
|
|
|
|
**Note:** This PR will be reviewed by Claude AI within 24 hours. Claude will:
|
|
- Run automated checks (TypeScript, tests, linting)
|
|
- Provide detailed code review feedback
|
|
- Approve or request changes
|
|
|
|
Final approval and merge requires human review from Augustus.
|
|
|
|
Learn more about our [AI-managed workflow](CLAUDE_WORKFLOW.md).
|