mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
01e5eb091d
* Scaffold changesets * Copy AI SDK config * Update config * Create tender-toes-study.md * Create CONTRIBUTING.md * Create SECURITY.md * Create CODE_OF_CONDUCT.md * Create issue and PR templates
1.7 KiB
1.7 KiB
Description
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
- Performance improvement
- Refactoring (no functional changes)
Related Issues
Fixes # Closes # Related to #
Changes Made
Testing
- All existing tests pass
- Added new tests for the changes
- Manually tested the changes
Test Coverage
Screenshots/Demos
Checklist
- My code follows the project's code style
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings or errors
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- I have created a changeset (
pnpm changeset)
Changeset
- I have created a changeset for these changes