mongo/.github/PULL_REQUEST_TEMPLATE
Zack Winter 5f223c3ede SERVER-106150 Rewrite private links to public links when we sync source code from 10gen/mongo to mongodb/mongo (#37153)
GitOrigin-RevId: 25f69040178a8b6260cc44ab7fc0f5e576ee7faf
2025-06-12 18:23:51 +00:00
..
README.md SERVER-106150 Rewrite private links to public links when we sync source code from 10gen/mongo to mongodb/mongo (#37153) 2025-06-12 18:23:51 +00:00

README.md

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