Skip to content

Commit

Permalink
Merge pull request #3318 from udecode/12joan-patch-1
Browse files Browse the repository at this point in the history
Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
zbeyens authored Jun 28, 2024
2 parents e26d88c + 9f902a4 commit 99e153d
Showing 1 changed file with 22 additions and 2 deletions.
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)

0 comments on commit 99e153d

Please sign in to comment.