summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 2632a342a9..eaa6e02d7b 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
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->
+##### DEPENDENCY PROBLEMS
+<!--- If you're having problems with a Python library (e.g. you've installed a library but
+Ansible is still telling you it's missing) add a task to the failing playbook:
+
+```
+- python_requirements_facts:
+ dependencies:
+ - $PROBLEM_LIBRARY (e.g. openshift, boto3, etc.)
+```
+
+-->
+```paste below
+
+```
+
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->