diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..a915fd2a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,72 @@ +### Description, Motivation & Context + + + +### Related issues + + + +### Links and data + +**Relevant OSM Wiki links:** +- … + +**Relevant tag usage stats:** +> … + + + +### Checklist and Test-Documentation Template + +
Read on to get your PR merged faster… + +Follow these steps to test your PR yourself and make it a lot easier and faster for maintainers to check and approve it. + +**This is how it works:** +1. After you submit your PR, the system will create a preview and comment on your PR: + > 🍱 You can preview the tagging presets of this pull request here. + If this is your first contribution to this project, the preview will not happen right away but requires a click from one of the project members. We will do this ASAP. + +2. Once the preview is ready, use it to test your changes. + +3. Now copy the snippet below into a new comment and fill out the blanks. + +4. Now your PR is ready to be reviewed. + +``` +## Test-Documentation + +### Preview links & Sidebar Screenshots + + + + + +### Search + + + +### Info-`i` + + + +### Wording + +- [ ] American English +- [ ] `name`, `aliases` (if present) use Title Case +- [ ] `terms` (if present) use lower case, sorted A-Z + +``` + +