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 - - - - - -``` - -```