forked from PrestaShop/hummingbird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01-bug-report.yml
More file actions
71 lines (71 loc) · 3.62 KB
/
01-bug-report.yml
File metadata and controls
71 lines (71 loc) · 3.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: 🐛 Bug Report
description: Report an issue in Hummingbird theme. DO NOT disclose security issues here, contact security@prestashop.com instead!
type: 'Bug'
projects: ['PrestaShop/46']
title: '[BUG] '
body:
- type: markdown
attributes:
value: |
### ❗️ Read this before submitting your bug report:
- **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!
- **Write in English.** Reports in all other languages will be closed.
- **Provide as much detail as possible** - error logs, screenshots, your exact configuration. If the issue cannot be reproduced, it cannot be fixed.
- **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.
- 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.
- **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.
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md).
required: true
- 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.
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the bug and add attachments
description: What went wrong? If possible, add screenshots, error logs or screen recordings to help explain your problem.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Explain what you expected to happen instead.
validations:
required: false
- type: textarea
id: steps-reproduce
attributes:
label: Steps to reproduce
description: List the exact steps to reproduce the issue.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: input
id: prestashop-version
attributes:
label: PrestaShop version(s) where the bug happened
description: If the issue concerns upgrade, specify which versions you upgrading FROM and upgrading TO
placeholder: "e.g., from 1.0.1 to 2.0.0"
validations:
required: true
- type: input
id: php-version
attributes:
label: PHP version(s) where the bug happened
placeholder: "e.g., 8.0 or 8.2"
validations:
required: false
- type: input
id: sponsor-company
attributes:
label: Your company or customer's name goes here (if applicable).
validations:
required: false