Skip to content

Commit 3f254a4

Browse files
authored
Merge pull request #1620 from ga-devfront/github/add-specific-issue-template
Add specific issue template
2 parents 23d4e79 + fb7b6c6 commit 3f254a4

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
name: 🐛 Bug Report
2+
description: Report an issue in module. DO NOT disclose security issues here, contact security@prestashop.com instead!
3+
type: 'Bug'
4+
projects: ['PrestaShop/47', 'PrestaShop/7']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
### ❗️ Read this before submitting your bug report:
10+
- **Check whether the problem might come from module.** If you're unsure, go ahead and describe the issue as clearly as possible. If you know it comes from core, please report it in that core repository. The community and QA team will help identify the right place if needed.
11+
- **Write in English.** Reports in all other languages will be closed.
12+
- **Provide as much detail as possible** - error logs, screenshots, your exact configuration. If the issue cannot be reproduced, it cannot be fixed.
13+
- **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.
14+
- 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.
15+
- **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.
16+
- type: checkboxes
17+
attributes:
18+
label: Prerequisites
19+
options:
20+
- label: I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md).
21+
required: true
22+
- label: I have already [searched in existing issues](./issues?q=is%3Aissue+label%3ABug) and found no previous report of this bug.
23+
required: true
24+
- type: textarea
25+
id: bug-description
26+
attributes:
27+
label: Describe the bug and add attachments
28+
description: What went wrong? If possible, add screenshots, error logs, zip used or screen recordings to help explain your problem. More information you add, The more information you give us, the better we will be able to understand and fix your problem.
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: step-to-reproduce
33+
attributes:
34+
label: Steps to reproduce
35+
description: List the exact steps to reproduce the issue.
36+
placeholder: |
37+
1. Go to ‘…’
38+
2. Click on ‘…’
39+
3. Scroll down to ‘…’
40+
4. See error
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: expected-behavior
45+
attributes:
46+
label: Expected behavior
47+
description: Explain what you expected to happen instead.
48+
- type: textarea
49+
id: actual-result
50+
attributes:
51+
label: Actual Result
52+
description: Explain what happens and the difference between this and the expected behavior.
53+
- type: input
54+
id: prestashop-version
55+
attributes:
56+
label: PrestaShop versions where the bug happens
57+
description: Specify which origin and destination PrestaShop versions your issue comes from.
58+
placeholder: "e.g., from 8.2.0 to 9.0.1"
59+
validations:
60+
required: true
61+
- type: input
62+
id: module-version
63+
attributes:
64+
label: Module version where the bug happens
65+
description: Specify which versions your issue come from
66+
placeholder: "e.g., 1.7.6 or 8.9.0"
67+
validations:
68+
required: true
69+
- type: input
70+
id: php-version
71+
attributes:
72+
label: PHP version(s) where the bug happened
73+
placeholder: "e.g., 7.1 or 8.0"
74+
- type: input
75+
id: sponsor-company
76+
attributes:
77+
label: Your company or customer's name goes here (if applicable).

0 commit comments

Comments
 (0)