|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Report an issue in Hummingbird theme. DO NOT disclose security issues here, contact security@prestashop.com instead! |
| 3 | +type: 'Bug' |
| 4 | +projects: [ 'PrestaShop/46', 'PrestaShop/7' ] |
| 5 | +title: '[BUG] ' |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + ### ❗️ Read this before submitting your bug report: |
| 11 | + - **Make sure that the problem is indeed related to Hummingbird theme.** To ensure your issue is dealt with as quickly as possible by QA and the community, it is important to make sure that the issue you create is in the right place! |
| 12 | + - **Write in English.** Reports in all other languages will be closed. |
| 13 | + - **Provide as much detail as possible** - error logs, screenshots, your exact configuration. If the issue cannot be reproduced, it cannot be fixed. |
| 14 | + - **Follow the [bug report guidelines](https://devdocs.prestashop-project.org/9/contribute/contribute-reporting-issues/#best-practices-for-writing-an-issue).** This will help issue managers qualify your report faster. |
| 15 | + - As explained [in this page](https://www.prestashop-project.org/security/sharing-third-party-distributions/), the team behind the project only maintains distribution under the official PrestaShop or PrestaShopCorp GitHub organizations. Please mention how you installed PrestaShop. If you used a third-party distribution and experience issues not reproducible with the official version, we might redirect you to that distribution's maintainers. |
| 16 | + - **Avoid reporting "error 500" or "white page" errors** - this is a universal error message that does not provide enough information to qualify the issue. Enable debug mode in the Performance section of PrestaShop or manually in `/config/defines.inc.php` and try again. You should get a proper error message. |
| 17 | + - type: checkboxes |
| 18 | + attributes: |
| 19 | + label: Prerequisites |
| 20 | + options: |
| 21 | + - label: I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md). |
| 22 | + required: true |
| 23 | + - label: I have already [searched in existing issues](https://github.com/PrestaShop/hummingbird/issues?q=is%3Aissue+type%3ABug) and found no previous report of this bug. |
| 24 | + required: true |
| 25 | + - type: textarea |
| 26 | + id: what-happened |
| 27 | + attributes: |
| 28 | + label: Describe the bug and add attachments |
| 29 | + description: What went wrong? If possible, add screenshots, error logs or screen recordings to help explain your problem. |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + - type: textarea |
| 33 | + id: expected-behavior |
| 34 | + attributes: |
| 35 | + label: Expected behavior |
| 36 | + description: Explain what you expected to happen instead. |
| 37 | + validations: |
| 38 | + required: false |
| 39 | + - type: textarea |
| 40 | + id: steps-reproduce |
| 41 | + attributes: |
| 42 | + label: Steps to reproduce |
| 43 | + description: List the exact steps to reproduce the issue. |
| 44 | + placeholder: | |
| 45 | + 1. Go to '...' |
| 46 | + 2. Click on '....' |
| 47 | + 3. Scroll down to '....' |
| 48 | + 4. See error |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + - type: input |
| 52 | + id: prestashop-version |
| 53 | + attributes: |
| 54 | + label: PrestaShop version(s) where the bug happened |
| 55 | + description: If the issue concerns upgrade, specify which versions you upgrading FROM and upgrading TO |
| 56 | + placeholder: "e.g., from 1.0.1 to 2.0.0" |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + - type: input |
| 60 | + id: php-version |
| 61 | + attributes: |
| 62 | + label: PHP version(s) where the bug happened |
| 63 | + placeholder: "e.g., 8.0 or 8.2" |
| 64 | + validations: |
| 65 | + required: false |
| 66 | + - type: input |
| 67 | + id: sponsor-company |
| 68 | + attributes: |
| 69 | + label: Your company or customer's name goes here (if applicable). |
| 70 | + validations: |
| 71 | + required: false |
0 commit comments