From b1281319c1bd33e5ec29fb9bea9085a7439aaeb8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 24 Feb 2016 19:26:00 -0500 Subject: [PATCH] updated to match core module forms --- lib/ansible/modules/extras/ISSUE_TEMPLATE.md | 30 +++++++++---------- .../modules/extras/PULL_REQUEST_TEMPLATE.md | 20 +++++-------- 2 files changed, 22 insertions(+), 28 deletions(-) diff --git a/lib/ansible/modules/extras/ISSUE_TEMPLATE.md b/lib/ansible/modules/extras/ISSUE_TEMPLATE.md index 0dcb075b7d6..5870836fcc6 100644 --- a/lib/ansible/modules/extras/ISSUE_TEMPLATE.md +++ b/lib/ansible/modules/extras/ISSUE_TEMPLATE.md @@ -1,53 +1,53 @@ ##### Issue Type: -Please pick one and delete the rest: + - Bug Report - Feature Idea - Documentation Report ##### Plugin Name: -Name of the plugin/module/task + ##### Ansible Version: ``` -(Paste verbatim output from “ansible --version” here) + ``` ##### Ansible Configuration: -Please mention any settings you've changed/added/removed in ansible.cfg -(or using the ANSIBLE_* environment variables). + ##### Environment: -Please mention the OS you are running Ansible from, and the OS you are -managing, or say “N/A” for anything that isn't platform-specific. + ##### Summary: -Please explain the problem briefly. + ##### Steps To Reproduce: -For bugs, please show exactly how to reproduce the problem. For new -features, show how the feature would be used. + ``` -(Paste example playbooks or commands here) + ``` -You can also paste gist.github.com links for larger files. + ##### Expected Results: -What did you expect to happen when running the steps above? + ##### Actual Results: -What actually happened? + ``` -(Paste verbatim command output here) + ``` diff --git a/lib/ansible/modules/extras/PULL_REQUEST_TEMPLATE.md b/lib/ansible/modules/extras/PULL_REQUEST_TEMPLATE.md index 8f3791f3c91..f821123acd4 100644 --- a/lib/ansible/modules/extras/PULL_REQUEST_TEMPLATE.md +++ b/lib/ansible/modules/extras/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ##### Issue Type: -Please pick one and delete the rest: + - Feature Pull Request - New Module Pull Request - Bugfix Pull Request @@ -8,24 +8,18 @@ Please pick one and delete the rest: ##### Plugin Name: -Name of the plugin/module/task - -##### Ansible Version: - -``` -(Paste verbatim output from “ansible --version” here) -``` + ##### Summary: -Please describe the change and the reason for it. + -(If you're fixing an existing issue, please include "Fixes #nnn" in your + -##### Example output: +##### Example: ``` -(Paste verbatim command output here if necessary) + ```