summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-11-03 15:06:14 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-11-04 11:02:37 +0100
commit9d78203570c0938136c5367cfc7e6320ab2d8cf9 (patch)
treef5afeaefe0c66b3f9cb4f441d2fc63c427a2d5e1 /.github
parent2aaa036f560e2c42ebb033869eeef539dbc47fef (diff)
downloadpodman-9d78203570c0938136c5367cfc7e6320ab2d8cf9.tar.gz
podman-9d78203570c0938136c5367cfc7e6320ab2d8cf9.tar.bz2
podman-9d78203570c0938136c5367cfc7e6320ab2d8cf9.zip
add a PR template
Add a pull-request template that points to the section in the contributing guidelines and to remind users to use the `[CI:DOCS]` prefix if applicable. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..568cf7240
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,7 @@
+<!--
+Thanks for sending a pull request!
+
+Please make sure you've read our contributing guidelines and how to submit a pull request (https://github.com/containers/podman/blob/master/CONTRIBUTING.md#submitting-pull-requests).
+
+In case you're only changing docs, make sure to prefix the pull-request title with "[CI:DOCS]". That will prevent functional tests from running and save time and energy.
+-->