Skip to content

Commit

Permalink
docs: clarify PR template instructions (#41957)
Browse files Browse the repository at this point in the history
Running "pnpm lint" on a documentation change won't work unless "pnpm
build" has previously been run, e.g. on a fresh checkout of a fork after
clicking the published docs "edit this on GitHub" button.

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

Co-authored-by: JJ Kasper <jj@jjsweb.site>
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
3 people committed Oct 27, 2022
1 parent c8983a6 commit 0cb1762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Expand Up @@ -21,5 +21,5 @@ Choose the right checklist for the change that you're making:

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

0 comments on commit 0cb1762

Please sign in to comment.