From 67222d9b5b95cf780aa6bd64bd0e34115e8e0323 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 23 Mar 2016 15:47:53 +0100 Subject: [PATCH] Update the issue and pull-request templates in sync with ansible/ansible --- .../modules/extras/.github/ISSUE_TEMPLATE.md | 52 ++++++++++++++++++ .../extras/.github/PULL_REQUEST_TEMPLATE.md | 27 ++++++++++ lib/ansible/modules/extras/ISSUE_TEMPLATE.md | 53 ------------------- .../modules/extras/PULL_REQUEST_TEMPLATE.md | 25 --------- 4 files changed, 79 insertions(+), 78 deletions(-) create mode 100644 lib/ansible/modules/extras/.github/ISSUE_TEMPLATE.md create mode 100644 lib/ansible/modules/extras/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 lib/ansible/modules/extras/ISSUE_TEMPLATE.md delete mode 100644 lib/ansible/modules/extras/PULL_REQUEST_TEMPLATE.md diff --git a/lib/ansible/modules/extras/.github/ISSUE_TEMPLATE.md b/lib/ansible/modules/extras/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..feb687200e --- /dev/null +++ b/lib/ansible/modules/extras/.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/extras/.github/PULL_REQUEST_TEMPLATE.md b/lib/ansible/modules/extras/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..d8b8e17cbd --- /dev/null +++ b/lib/ansible/modules/extras/.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/extras/ISSUE_TEMPLATE.md b/lib/ansible/modules/extras/ISSUE_TEMPLATE.md deleted file mode 100644 index 5870836fcc..0000000000 --- a/lib/ansible/modules/extras/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/extras/PULL_REQUEST_TEMPLATE.md b/lib/ansible/modules/extras/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index f821123acd..0000000000 --- a/lib/ansible/modules/extras/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: - -``` - -```