Files
prettier-plugin-openapi/.github/pull_request_template.md

28 lines
657 B
Markdown

## Description
Brief description of the changes in this PR.
## 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
- [ ] Code refactoring
## Testing
- [ ] New tests added for new functionality
- [ ] Existing tests updated if needed
- [ ] Manual testing completed
- [ ] Tests pass locally
## Related Issues
Fixes #(issue number)
## Additional Notes
Any additional information that reviewers should know.