Remove DEPENDENCY PROBLEMS from bug_report ISSUE TEMPLATE (#52248)
As per Community Core Meeting 2019-02-14 consensus, remove this section of the bug report issue template. https://github.com/ansible/community/issues/436 Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
af154e42ec
commit
d88dc54e5e
1 changed files with 0 additions and 14 deletions
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -30,20 +30,6 @@ about: Create a report to help us improve
|
||||||
##### OS / ENVIRONMENT
|
##### OS / ENVIRONMENT
|
||||||
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->
|
<!--- 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
|
##### STEPS TO REPRODUCE
|
||||||
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
|
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
|
||||||
|
|
Loading…
Reference in a new issue