Skip to content

Commit 9b8dee9

Browse files
committed
Suggestions from PR review
1 parent 8e5d0c6 commit 9b8dee9

File tree

1 file changed

+43
-24
lines changed

1 file changed

+43
-24
lines changed
Lines changed: 43 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,72 @@
11
name: Bug report
22
description: Technical issue with the Magento 2 core components
3-
labels: ["bug"]
43
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
69
attributes:
7-
label: Have you read our guidelines?
10+
label: Preconditions and environment
811
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
1317
- type: textarea
1418
attributes:
15-
label: Current behavior
19+
label: Steps to reproduce
1620
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”.
1828
validations:
1929
required: true
2030
- type: textarea
2131
attributes:
22-
label: Expected behavior
32+
label: Expected result
2333
description: |
2434
Tell us what you expected to happen.
35+
placeholder: |
36+
Example:
37+
Order is placed successfully, customer is redirected to the success page.
2538
validations:
2639
required: true
2740
- type: textarea
2841
attributes:
29-
label: Steps to reproduce
42+
label: Current result
3043
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.
3248
validations:
3349
required: true
3450
- type: textarea
3551
attributes:
36-
label: Environment
52+
label: Additional information
3753
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.
4756
- type: textarea
4857
attributes:
4958
label: Release note
5059
description: |
5160
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

Comments
 (0)