diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-16 15:39:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 15:39:51 +0100 |
commit | b9141c06f0350c0ec53b8dc3246d1dbd5c72e2a9 (patch) | |
tree | 0913b106c9ae5627b7af0fd03b615415a1a35ae8 | |
parent | d1c91c128ea32dae3e9c56c657ea57dfed9f6ad4 (diff) | |
parent | 6cde9255f0bd9cf252fff2434e10b469b0390ac4 (diff) | |
download | podman-b9141c06f0350c0ec53b8dc3246d1dbd5c72e2a9.tar.gz podman-b9141c06f0350c0ec53b8dc3246d1dbd5c72e2a9.tar.bz2 podman-b9141c06f0350c0ec53b8dc3246d1dbd5c72e2a9.zip |
Merge pull request #12623 from giuseppe/revert-old-PR-template
[CI:DOCS] .github: revert to the old template
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f5f0b21be..16ec09357 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,33 +9,3 @@ Finally, be sure to sign commits with your real name. Since by opening a PR you already have commits, you can add signatures if needed with something like `git commit -s --amend`. --> - -#### What this PR does / why we need it: - -<!--- -Please put your overall PR description here ---> - -#### How to verify it - -<!--- -Please specify the precise conditions and/or the specific test(s) which must pass. ---> - -#### Which issue(s) this PR fixes: - -<!-- -Please uncomment this block and include only one of the following on a -line by itself: - -None - --OR- - -Fixes #<issue number> - -*** Please also put 'Fixes #' in the commit and PR description*** - ---> - -#### Special notes for your reviewer: |