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

Commit 9a45140

Browse files
authored
Merge pull request magento-commerce/devdocs#2804
Convert the Bug report template
2 parents 590d0aa + 5699394 commit 9a45140

File tree

2 files changed

+52
-44
lines changed

2 files changed

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

0 commit comments

Comments
 (0)