Skip to content

Commit 8f7790a

Browse files
wo-o29icyJoseph
andauthored
docs: remove removed examples guidelines reference from PR template (#83043)
## For Maintainers ### What? Removed the references to the now-deleted examples guidelines from the PR template. Specifically, removed the line about ``` The "examples guidelines" are followed from our contributing doc https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md ``` since that file and folder were deleted in PR [#77050](#77050). ### Why? The `/examples` folder and its `adding-examples.md` file were removed, so the reference in the PR template to those guidelines is outdated and misleading. Keeping those references causes confusion for contributors by pointing to non-existent documentation. ### How? - Edited the PR template file. - Removed the outdated examples guidelines reference line. - Left other template content unchanged to preserve existing guidance. This ensures the PR template stays accurate, up-to-date, and helpful for contributors. --------- Co-authored-by: Joseph <[email protected]>
1 parent 46e4d6a commit 8f7790a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ Choose the right checklist for the change(s) that you're making:
99
- Run `pnpm prettier-fix` to fix formatting issues before opening the PR.
1010
- Read the Docs Contribution Guide to ensure your contribution follows the docs guidelines: https://nextjs.org/docs/community/contribution-guide
1111
12-
### Adding or Updating Examples
13-
14-
- The "examples guidelines" are followed from our contributing doc https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
15-
- Make sure the linting passes by running `pnpm build && pnpm lint`. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md
16-
1712
### Fixing a bug
1813
1914
- Related issues linked using `fixes #number`

0 commit comments

Comments
 (0)