Files
vercel__streamdown/.github/pull_request_template.md
Hayden Bleasel 01e5eb091d Community + Publishing Workflow (#35)
* 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
2025-08-25 14:59:18 -07:00

69 lines
1.7 KiB
Markdown

## Description
<!-- Provide a brief description of the changes in this PR -->
## Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] 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
<!-- Link any related issues using #issue-number -->
Fixes #
Closes #
Related to #
## Changes Made
<!-- List the specific changes made in this PR -->
-
-
-
## Testing
<!-- Describe the tests you ran to verify your changes -->
- [ ] All existing tests pass
- [ ] Added new tests for the changes
- [ ] Manually tested the changes
### Test Coverage
<!-- If applicable, include test coverage information -->
## Screenshots/Demos
<!-- If applicable, add screenshots or demos to help explain your changes -->
## Checklist
<!-- Mark completed items with an "x" -->
- [ ] 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
<!-- Confirm you've created a changeset for this PR -->
- [ ] I have created a changeset for these changes
## Additional Notes
<!-- Add any additional notes, concerns, or discussion points -->