tiptap/.github/pull_request_template.md

25 lines
850 B
Markdown

## Changes Overview
<!-- Briefly describe your changes. -->
## Implementation Approach
<!-- Describe your approach to implementing these changes. Keep it concise. -->
## Testing Done
<!-- Explain how you tested these changes. Link to test scenarios or specs if relevant. -->
## Verification Steps
<!-- Describe steps reviewers can take to verify the functionality of your changes. -->
## Additional Notes
<!-- Add any other notes or screenshots about the PR here. -->
## Checklist
- [ ] I have renamed my PR according to the naming conventions. (e.g. `feat: Implement new feature` or `chore(deps): Update dependencies`)
- [ ] My changes do not break the library.
- [ ] I have added tests where applicable.
- [ ] I have followed the project guidelines.
- [ ] I have fixed any lint issues.
## Related Issues
<!-- Link any related issues here -->