50 lines
1.0 KiB
Markdown
50 lines
1.0 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG]"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
PREREQUISITES
|
|
|
|
Have you read Idealista's Code of Conduct? By filling an Issue, you are expected to comply with it,
|
|
including treating everyone with respect: https://github.com/idealista/idealista/blob/master/CODE_OF_CONDUCT.md
|
|
|
|
Check that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista
|
|
|
|
Check that there is not already provided the described functionality
|
|
-->
|
|
|
|
### Description
|
|
|
|
[Description of the issue]
|
|
|
|
### Steps to Reproduce
|
|
|
|
1. [First Step]
|
|
2. [Second Step]
|
|
3. [and so on...]
|
|
|
|
**Expected behavior:**
|
|
[What you expect to happen]
|
|
|
|
**Actual behavior:**
|
|
[What actually happens]
|
|
|
|
**Reproduces how often:**
|
|
[What percentage of the time does it reproduce?]
|
|
|
|
### Environment
|
|
|
|
- The release version/s you are using:
|
|
- OS:
|
|
- Ansible Version:
|
|
- Python Version:
|
|
- Others:
|
|
### Additional Information
|
|
|
|
[Any additional information, configuration or data that might be necessary to reproduce the issue.]
|