Skip to content

Commit 187e3fc

Browse files
committed
Convert the "Bug report" template to YAML form
1 parent 5b009cd commit 187e3fc

File tree

2 files changed

+47
-43
lines changed

2 files changed

+47
-43
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Bug report
2+
description: Technical issue with the Magento 2 core components
3+
labels: ["bug"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Have you read our guidelines?
8+
description: |
9+
Please read [our guidelines](https://github.com/magento/magento2/wiki/Issue-reporting-guidelines)
10+
before submitting the issue.
11+
options:
12+
- label: I have read the guidelines
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: Current behavior
17+
description: |
18+
Tell us what happened. Include error messages and issues.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Expected behavior
24+
description: |
25+
Tell us what you expected to happen.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Steps to reproduce
31+
description: |
32+
Provide a set of clear steps to reproduce this bug.
33+
validations:
34+
required: true
35+
- type: textarea
36+
attributes:
37+
label: Environment
38+
description: |
39+
Describe your environment. Provide all the details that will help us
40+
to reproduce the bug.
41+
value: |
42+
- Magento version:
43+
- OS:
44+
- PHP:
45+
...
46+
validations:
47+
required: true

0 commit comments

Comments
 (0)