From 945ee39a8974452b8130eef6c56c1ec052e98006 Mon Sep 17 00:00:00 2001 From: Will Thames Date: Wed, 6 Feb 2019 22:34:18 +1000 Subject: [PATCH] Improve the issue template for dependency problems (#51657) So many reports of missing modules could be solved more quickly with the info from `python_requirements_facts` Replace the legacy issue template with a link to the new interface --- .github/ISSUE_TEMPLATE.md | 52 +--------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 15 ++++++++ 2 files changed, 16 insertions(+), 51 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 510880ee8a9..f1f99bc6227 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,51 +1 @@ - - - - -##### SUMMARY - - -##### ISSUE TYPE - - - Bug Report - - Feature Idea - - Documentation Report - -##### COMPONENT NAME - - -##### ANSIBLE VERSION - -```paste below - -``` - -##### CONFIGURATION - -```paste below - -``` - -##### OS / ENVIRONMENT - - -##### STEPS TO REPRODUCE - - - -```yaml - -``` - - - -##### EXPECTED RESULTS - - -##### ACTUAL RESULTS - - - -```paste below - -``` +Please raise issues via the [new interface](https://github.com/ansible/ansible/issues/new/choose) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2632a342a96..eaa6e02d7be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,6 +30,21 @@ about: Create a report to help us improve ##### OS / ENVIRONMENT +##### DEPENDENCY PROBLEMS + +```paste below + +``` + ##### STEPS TO REPRODUCE