Skip to content

Commit 0e3f8b8

Browse files
Link bump type documentation in PR template
Update the PR checklist links to use full GitHub URLs instead of relative paths so they work reliably when rendered in PR descriptions.
1 parent eaeab71 commit 0e3f8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Fixes #0000 <!-- link to issue if one exists -->
4141
- [ ] I've considered possible cross-platform impacts (Mac, Linux, Windows)
4242
- [ ] I've considered possible [documentation](https://shopify.dev) changes
4343
- [ ] I've considered analytics changes to measure impact
44-
- [ ] The change is user-facing — I've identified the correct bump type (`patch` for bug fixes · `minor` for new features · `major` for [breaking changes](../CONTRIBUTING.md#what-counts-as-a-breaking-change)) and added a changeset with `pnpm changeset add`
44+
- [ ] The change is user-facing — I've identified the correct [bump type](https://github.com/Shopify/cli/blob/main/CONTRIBUTING.md#choosing-the-right-bump-type) (`patch` for bug fixes · `minor` for new features · `major` for [breaking changes](https://github.com/Shopify/cli/blob/main/CONTRIBUTING.md#what-counts-as-a-breaking-change)) and added a changeset with `pnpm changeset add`

0 commit comments

Comments
 (0)