diff options
author | Dag Wieers <dag@wieers.com> | 2016-03-23 13:49:20 +0100 |
---|---|---|
committer | Dag Wieers <dag@wieers.com> | 2016-03-23 13:49:20 +0100 |
commit | 2e9fc918442bcc0eb5161e1e8c179348793a1818 (patch) | |
tree | b618f39134183046be28a0aa52cfcdb00a353bc3 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | Merge pull request #15112 from djmattyg007/comment_improvement (diff) | |
download | ansible-2e9fc918442bcc0eb5161e1e8c179348793a1818.tar.xz ansible-2e9fc918442bcc0eb5161e1e8c179348793a1818.zip |
Various improvements to issue/pull-request templates
- Instruct to verify if an issue/request already exists
- Use uppercase for titles (easier to parse as titles)
- Remove empty lines where it makes sense (instructions)
- Ensure that commit-message appears directly under summary (pull-requests)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c348908ed..b9a1918530 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,17 @@ -##### Issue Type: - -<!--- Please pick one and delete the rest: --> +##### ISSUE TYPE +<!--- Pick one below and delete the rest: --> - Feature Pull Request - New Module Pull Request - Bugfix Pull Request - Docs Pull Request -##### Ansible Version: - +##### ANSIBLE VERSION ``` -<!--- Paste verbatim output from “ansible --version” here --> +<!--- Paste verbatim output from “ansible --version” between quotes --> ``` -##### Summary: - -<!--- Please describe the change and the reason for it --> +##### SUMMARY +<!--- Describe the change, including rationale and design decisions --> <!--- If you are fixing an existing issue, please include "Fixes #nnn" in your @@ -22,8 +19,6 @@ commit message and your description; but you should still explain what the change does. --> -##### Example output: - ``` -<!-- Paste verbatim command output here if necessary --> +<!-- Paste verbatim command output here, e.g. before and after your change --> ``` |