From 1da20c971630c4860d3ee776a179c3eb8844f3b1 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 8 Dec 2016 17:18:30 -0500 Subject: [PATCH] Clean up issue templates. (#19011) * Remove legacy GitHub templates. * Remove references to module repos. --- .github/ISSUE_TEMPLATE.md | 10 +--- .github/PULL_REQUEST_TEMPLATE.md | 2 +- lib/ansible/modules/.github/ISSUE_TEMPLATE.md | 55 ------------------- .../modules/.github/PULL_REQUEST_TEMPLATE.md | 36 ------------ 4 files changed, 3 insertions(+), 100 deletions(-) delete mode 100644 lib/ansible/modules/.github/ISSUE_TEMPLATE.md delete mode 100644 lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 76d62cd9a42..04e109621cb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,5 @@ @@ -16,7 +10,7 @@ Also verify first that your issue/request is not already reported in GitHub - Documentation Report ##### COMPONENT NAME - + ##### ANSIBLE VERSION diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cc22c6d76c8..722c94a838a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ - Docs Pull Request ##### COMPONENT NAME - + ##### ANSIBLE VERSION diff --git a/lib/ansible/modules/.github/ISSUE_TEMPLATE.md b/lib/ansible/modules/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index cc50f9530da..00000000000 --- a/lib/ansible/modules/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,55 +0,0 @@ - - -##### 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 deleted file mode 100644 index 4bfadfb69e3..00000000000 --- a/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ -##### ISSUE TYPE - - - Feature Pull Request - - New Module Pull Request - - Bugfix Pull Request - - Docs Pull Request - -##### COMPONENT NAME - - -##### ANSIBLE VERSION - -``` - -``` - -##### SUMMARY - - - - - -``` - -```