From 084c597f4563ff3914db6c74aa04a0820370bf50 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 23 Mar 2016 15:59:17 +0100 Subject: [PATCH] Update the issue and pull-request templates in sync with ansible/ansible --- lib/ansible/modules/.github/ISSUE_TEMPLATE.md | 52 ++++++++++++++++++ .../modules/.github/PULL_REQUEST_TEMPLATE.md | 27 ++++++++++ lib/ansible/modules/ISSUE_TEMPLATE.md | 53 ------------------- lib/ansible/modules/PULL_REQUEST_TEMPLATE.md | 25 --------- 4 files changed, 79 insertions(+), 78 deletions(-) create mode 100644 lib/ansible/modules/.github/ISSUE_TEMPLATE.md create mode 100644 lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 lib/ansible/modules/ISSUE_TEMPLATE.md delete mode 100644 lib/ansible/modules/PULL_REQUEST_TEMPLATE.md diff --git a/lib/ansible/modules/.github/ISSUE_TEMPLATE.md b/lib/ansible/modules/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..feb687200ed --- /dev/null +++ b/lib/ansible/modules/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ + + +##### ISSUE TYPE + + - Bug Report + - Feature Idea + - Documentation Report + +##### COMPONENT NAME + + +##### ANSIBLE VERSION +``` + +``` + +##### CONFIGURATION + + +##### OS / ENVIRONMENT + + +##### SUMMARY + + +##### STEPS TO REPRODUCE + + +``` + +``` + + + +##### EXPECTED RESULTS + + +##### ACTUAL RESULTS + + +``` + +``` diff --git a/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md b/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..d8b8e17cbd5 --- /dev/null +++ b/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +##### ISSUE TYPE + + - Feature Pull Request + - New Module Pull Request + - Bugfix Pull Request + - Docs Pull Request + +##### COMPONENT NAME + + +##### ANSIBLE VERSION +``` + +``` + +##### SUMMARY + + + + +``` + +``` diff --git a/lib/ansible/modules/ISSUE_TEMPLATE.md b/lib/ansible/modules/ISSUE_TEMPLATE.md deleted file mode 100644 index 5870836fcc6..00000000000 --- a/lib/ansible/modules/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,53 +0,0 @@ -##### Issue Type: - - - - Bug Report - - Feature Idea - - Documentation Report - -##### Plugin Name: - - - -##### Ansible Version: - -``` - -``` - -##### Ansible Configuration: - - - -##### Environment: - - - -##### Summary: - - - -##### Steps To Reproduce: - - - -``` - -``` - - - -##### Expected Results: - - - -##### Actual Results: - - - -``` - -``` diff --git a/lib/ansible/modules/PULL_REQUEST_TEMPLATE.md b/lib/ansible/modules/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index f821123acd4..00000000000 --- a/lib/ansible/modules/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -##### Issue Type: - - - - Feature Pull Request - - New Module Pull Request - - Bugfix Pull Request - - Docs Pull Request - -##### Plugin Name: - - - -##### Summary: - - - - - -##### Example: - -``` - -```