Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PULL_REQUEST_TEMPLATE.md #3318

Merged
merged 4 commits into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
- [ ] added [changesets](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) <!-- Required if `packages/` has been changed -->
- [ ] updated [components changelog](https://github.com/udecode/plate/blob/main/apps/www/content/docs/components/changelog.mdx) <!-- Required if `apps/www/src/registry` has been changed -->
<!--
Thanks for the PR. Please complete the checklist below to ensure your PR can be
merged as soon as possible.
Adding a changeset using `yarn changeset` is required if you've modified a
source file in `packages`. Please be brief and descriptive. For breaking
changes, use a major changeset. For new features, use a minor changeset. For
bug fixes, use a patch changeset.
Changes to component files inside `apps/www/src/registry` don't require a
changeset, but please update the component changelog to briefly describe what
you changed. See `apps/www/content/docs/components/changelog.mdx`.
-->

- [ ] `yarn test` passes
- [ ] `yarn typecheck` passes
- [ ] Ran `yarn lint:fix`
- [ ] Ran `yarn brl` (if adding, renaming or deleting source files)
- [ ] Added a changeset (if required)
- [ ] Updated the component changelog (if required)