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

Commit 7522af3

Browse files
authored
Merge branch 'master' into em_prex-custattributeupdate
2 parents a5dd128 + 9a45140 commit 7522af3

File tree

3 files changed

+53
-45
lines changed

3 files changed

+53
-45
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

src/release/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following table provides the dates for scheduled releases (dates are subject
1515
|-----------------------------------------------------------------|-------------------------------------------------------|---------------------------|----------------------------------|---------------------------------------------------------------------|
1616
| October 2021<br>Security patch release | 2.4.3-p1<br>2.3.7-p2 | \-\- | September 28, 2021 | October 12, 2021 |
1717
| January 2022<br>Feature release | \-\- | \-\- | \-\- | January 18, 2022 |
18-
| March 2022<br>Feature + patch release + security patch release | 2.4.4<br>2.4.3-p2<br>2.3.7-p3 | October 2021 and ongoing | February 22, 2022 | March 8, 2022 |
18+
| March 2022<br>Feature + patch release + security patch release | 2.4.4<br>2.4.3-p2<br>2.3.7-p3 | October 2021 and ongoing | \-\- | March 8, 2022 |
1919
| April 2022<br>Feature release | \-\- | \-\- | \-\- | April 26, 2022 |
2020
| June 2022<br>Feature release | \-\- | \-\- | \-\- | June 21, 2022 |
2121
| August 2022<br>Feature + patch release + security patch release | 2.4.5<br>2.4.4-p1<br>2.4.3-p3<br>2.3.7-p4<sup>1</sup> | \-\- | July 26, 2022 | August 9, 2022 |

0 commit comments

Comments
 (0)