diff options
author | Matt Clay <matt@mystile.com> | 2018-11-07 14:09:27 -0800 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2018-11-13 14:19:36 -0500 |
commit | 50da27654483f1f35f2002172ce549cb0a566ff2 (patch) | |
tree | 6a2726b947f37fa724565acd368d00bfe52befde /.github | |
parent | 2ca7279caefc2a2d9baf20cfd96e50d2e80f029c (diff) | |
download | ansible-50da27654483f1f35f2002172ce549cb0a566ff2.tar.gz |
Remove ansible version from PR template.
While important for issues, it adds almost no value for PRs.
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5919733a76..92ce53cf4e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,12 +13,6 @@ ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below --> -##### ANSIBLE VERSION -<!--- Paste verbatim output from "ansible --version" between quotes --> -```paste below - -``` - ##### ADDITIONAL INFORMATION <!--- Include additional information to help people understand the change here --> <!--- A step-by-step reproduction of the problem is helpful if there is no related issue --> |