]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #4919 from rkoeze/rkoeze/add-github-pr-template
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Oct 2024 16:19:41 +0000 (17:19 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2024 16:19:41 +0000 (17:19 +0100)
Add pull request template

.github/pull_request_template.md [new file with mode: 0644]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..b5f38b7
--- /dev/null
@@ -0,0 +1,13 @@
+<!--
+Please read the contributing guidelines before making a PR:
+  https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md
+
+Pay particular attention to the section on how to present PRs:
+  https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md#pull-requests
+-->
+
+### Description
+<!--Describe your changes in detail. If you have made changes to the UI, include screenshots. If your PR addresses a Github issue, please link to it.-->
+
+### How has this been tested?
+<!--Explain the steps you took to test your code.-->