Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5b10dc1

Browse files
committed
Convert the Bug report template
1 parent dbefe27 commit 5b10dc1

File tree

2 files changed

+50
-44
lines changed

2 files changed

+50
-44
lines changed

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/BUG.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Bug report
2+
description: Technical issue with https://devdocs.magento.com/
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to report this issue!
9+
GitHub Issues in this repo should relate to this project's codebase.
10+
Before submitting this issue, please make sure you are complying with our [Code of Conduct](https://github.com/magento/devdocs/blob/master/.github/CODE_OF_CONDUCT.md):
11+
Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion.
12+
- type: checkboxes
13+
attributes:
14+
label: Is there an existing issue for this?
15+
description: Please search to see if an issue already exists for the bug you encountered.
16+
options:
17+
- label: I have searched the existing issues
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Current behavior
22+
description: |
23+
Tell us what happened. Include error messages and issues.
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: Expected behavior
29+
description: |
30+
Tell us what you expected to happen.
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: Steps to reproduce
36+
description: |
37+
Provide a set of clear steps to reproduce this bug.
38+
validations:
39+
required: true
40+
- type: textarea
41+
attributes:
42+
label: Environment
43+
description: |
44+
Describe your environment.
45+
Provide all the details that will help us to reproduce the bug.
46+
value: |
47+
- Browser:
48+
- OS:
49+
validations:
50+
required: true

0 commit comments

Comments
 (0)