0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00
mongodb/.github/PULL_REQUEST_TEMPLATE
Alexander Neben 7723ea82c4 SERVER-91397 Improve PR template and override criteria (#23334)
GitOrigin-RevId: 18f78af685dc56c2bbf0f08a5d4ed96cbf4467e7
2024-06-11 21:03:39 +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/10gen/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