diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b9b13d5079..192927f917 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ Closes #{issueNumber} ## Changsets -Instructions: Changesets automate our changelog. If you modify files in `/packages/skeleton`, run `pnpm changeset` in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should be `minor` while chores and bugfixes should be `patch`. Please prefix the changeset message with `feat:`, `bugfix:` or `chore:`. +Instructions: Changesets automate our changelog. If you modify files in `/packages`, run `pnpm changeset` in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should be `minor` while chores and bugfixes should be `patch`. Please prefix the changeset message with `feat:`, `bugfix:` or `chore:`. ## Checklist @@ -17,7 +17,7 @@ Please read and apply all [contribution requirements](https://www.skeleton.dev/d - [ ] This PR targets the `dev` branch (NEVER `master`) - [ ] Documentation reflects all relevant changes - [ ] Branch is prefixed with: `docs/`, `feat/`, `chore/`, `bugfix/` -- [ ] Ensure Svelte and Typescript linting is current - run `pnpm check` +- [ ] Ensure Svelte and Typescript linting is current - run `pnpm ci:check` - [ ] Ensure Prettier linting is current - run `pnpm format` - [ ] All test cases are passing - run `pnpm test` - [ ] Includes a changeset (if relevant; see above)