mongo/.github/PULL_REQUEST_TEMPLATE/README.md
Steve McClure 32e8f260de SERVER-124136 Format markdown via prettier: wrap lines and use width of 100 (#52231)
GitOrigin-RevId: 3305c1e2ee3a6a2c3a5b2b7883b0f491a59ed646
2026-04-21 19:20:11 +00:00

1.1 KiB

What Is This Folder

This folder is for custom pull request templates. Templates are Markdown (*.md) files.

These custom templates can be used for example, by individual teams to have a custom pull request template with team specific testing or documentation instructions.

Read more in Github's docs

If you update the default PR template, you also need to update the commit metadata in github branch rulesets.

How To Use This Folder

To create a custom template, create a new markdown file in this folder.

Then create a link of the form https://github.com/mongodb/mongo/compare/main...my-branch?quick_pull=1&template=your_new_template.md

Share that link in your team docs to use for creating PRs. By selecting an unused values for my-branch it should show a branch selector when following the link.

Read more in Github's docs