|
1 | 1 | name: Bug report
|
2 | 2 | description: Technical issue with the Magento 2 core components
|
3 |
| -labels: ["bug"] |
4 | 3 | body:
|
5 |
| - - type: checkboxes |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + Please read [our guidelines](https://devdocs.magento.com/contributor-guide/contributing.html#report) before submitting the issue. |
| 8 | + - type: textarea |
6 | 9 | attributes:
|
7 |
| - label: Have you read our guidelines? |
| 10 | + label: Preconditions and environment |
8 | 11 | description: |
|
9 |
| - Please read [our guidelines](https://github.com/magento/magento2/wiki/Issue-reporting-guidelines) before submitting the issue. |
10 |
| - options: |
11 |
| - - label: I have read the guidelines |
12 |
| - required: true |
| 12 | + Describe your environment. |
| 13 | + Provide all the details that will help us to reproduce the bug. |
| 14 | + value: | |
| 15 | + - Magento version |
| 16 | + - Anything else that would help a developer reproduce the bug |
13 | 17 | - type: textarea
|
14 | 18 | attributes:
|
15 |
| - label: Current behavior |
| 19 | + label: Steps to reproduce |
16 | 20 | description: |
|
17 |
| - Tell us what happened. Include error messages and issues. |
| 21 | + Provide a set of clear steps to reproduce this bug. |
| 22 | + placeholder: | |
| 23 | + Example: |
| 24 | + 1. Navigate to storefront as a guest. |
| 25 | + 2. Open Test Category. |
| 26 | + 3. Click “Add to Cart” on the Virtual Product. |
| 27 | + 4. Open mini shopping cart and click “Proceed to Checkout”. |
18 | 28 | validations:
|
19 | 29 | required: true
|
20 | 30 | - type: textarea
|
21 | 31 | attributes:
|
22 |
| - label: Expected behavior |
| 32 | + label: Expected result |
23 | 33 | description: |
|
24 | 34 | Tell us what you expected to happen.
|
| 35 | + placeholder: | |
| 36 | + Example: |
| 37 | + Order is placed successfully, customer is redirected to the success page. |
25 | 38 | validations:
|
26 | 39 | required: true
|
27 | 40 | - type: textarea
|
28 | 41 | attributes:
|
29 |
| - label: Steps to reproduce |
| 42 | + label: Current result |
30 | 43 | description: |
|
31 |
| - Provide a set of clear steps to reproduce this bug. |
| 44 | + Tell us what happened. Include error messages and issues. |
| 45 | + placeholder: | |
| 46 | + Example: |
| 47 | + “Place order” button is not visible, order cannot be placed. |
32 | 48 | validations:
|
33 | 49 | required: true
|
34 | 50 | - type: textarea
|
35 | 51 | attributes:
|
36 |
| - label: Environment |
| 52 | + label: Additional information |
37 | 53 | description: |
|
38 |
| - Describe your environment. |
39 |
| - Provide all the details that will help us to reproduce the bug. |
40 |
| - value: | |
41 |
| - - Magento version: |
42 |
| - - OS: |
43 |
| - - PHP: |
44 |
| - ... |
45 |
| - validations: |
46 |
| - required: true |
| 54 | + Additional information is often requested when the bug report is processed. You can save time by providing both Magento and browser logs, screenshots, repository branch and HEAD commit you checked out to install Magento and any other artifacts related to the issue. |
| 55 | + Also, links to the comments with important information, Root Cause analysis, additional video recordings; and anything else that is important for the issue and at some reason cannot be added to other sections. |
47 | 56 | - type: textarea
|
48 | 57 | attributes:
|
49 | 58 | label: Release note
|
50 | 59 | description: |
|
51 | 60 | Help us to provide meaningful release notes to the community.
|
52 |
| - validations: |
53 |
| - required: false |
| 61 | + - type: checkboxes |
| 62 | + attributes: |
| 63 | + label: Triage and priority |
| 64 | + description: | |
| 65 | + Provide [Severity](https://devdocs.magento.com/guides/v2.4/contributor-guide/contributing.html#backlog) assessment for the Issue as a Reporter. |
| 66 | + This information helps us during the Confirmation and Issue triage processes. |
| 67 | + options: |
| 68 | + - label: 'Severity: **S0** _- Affects critical data or functionality and leaves users without workaround._' |
| 69 | + - label: 'Severity: **S1** _- Affects critical data or functionality and forces users to employ a workaround._' |
| 70 | + - label: 'Severity: **S2** _- Affects non-critical data or functionality and forces users to employ a workaround._' |
| 71 | + - label: 'Severity: **S3** _- Affects non-critical data or functionality and does not force users to employ a workaround._' |
| 72 | + - label: 'Severity: **S4** _- Affects aesthetics, professional look and feel, “quality” or “usability”._' |
0 commit comments