mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-01 01:19:03 +08:00
2a63d23ad3
* chore: get rid of lerna and install changesets * chore: dont ignore demos in changesets * chore: add deprecation notice for global CHANGELOG.md * chore: remove commitlint from husky * update package-lock * join pre track for develop * add new publish workflow with changesets * update CONTRIBUTING guidelines * fix typo in CONTRIBUTING * update PR template * rename release script to publish * added pre actions * use singular workflow for publishing
25 lines
814 B
Markdown
25 lines
814 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 created a [changeset](https://github.com/changesets/changesets) for this PR if necessary.
|
|
- [ ] 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 -->
|