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

Commit 2c3b48d

Browse files
authored
Removing Magneto references
1 parent bf719ba commit 2c3b48d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/contributor-guide/processing-workflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ title: GitHub issue processing workflow
55

66
The GitHub issue workflow ensures that issues are clear, well written, and thoroughly vetted. Following these procedures allows valid issues to get the attention they deserve.
77

8-
Magento issues that are reported on the public [GitHub](https://github.com/magento/magento2/issues) must pass through a series of gates, or stages of quality assessment, to ensure that their quality meets our standards. There are three gates, and an issue must pass through all three of these assessments before we will transfer it to either Magento core developers or community developers.
8+
Issues that are reported on the public [GitHub](https://github.com/magento/magento2/issues) must pass through a series of gates, or stages of quality assessment, to ensure that their quality meets our standards. There are three gates, and an issue must pass through all three of these assessments before we will transfer it to either core developers or community developers.
99
The purpose of these gates is to identify core technical issues common to all reported tickets, and to show the progress on each reported issue.
1010

1111
## Issue Gates
1212

13-
Issue gates are a series of steps that are run to make sure the issue has all the information needed to reproduce the bug. This includes system configurations, required Magento configurations, reproduction steps and any other required information.
13+
Issue gates are a series of steps that are run to make sure the issue has all the information needed to reproduce the bug. This includes system configurations, required configurations, reproduction steps and any other required information.
1414

1515
* Gate 1: Verification of the report format - ensures that report content and structure meet all of our requirements.
1616
* Gate 2: Manual verification - Someone manually confirms that all necessary information has been provided: steps to reproduce, system configs, etc.
17-
* Gate 3: Reproduce the bug - Someone sets up a Magento environment and tries to reproduce the bug. The issue is then confirmed or closed.
17+
* Gate 3: Reproduce the bug - Someone sets up an environment and tries to reproduce the bug. The issue is then confirmed or closed.
1818

1919
### Gate 1 - Verification of the report format
2020

@@ -69,7 +69,7 @@ Currently, we only accept pull requests for the `2.4-develop` branch.
6969

7070
1. If the steps required to reproduce the issue are different from the initially described reproduction steps, update the ticket description with the actual steps.
7171
1. Based on the verification flow, add only one `Area: xxx` label to the issue. Use your best judgment to determine the functional area affected.
72-
1. (optional if possible) Based on the original issue report add one `Reported on: XXX` label to indicate the original Magento Open Source version for the Issue report.
72+
1. (optional if possible) Based on the original issue report add one `Reported on: XXX` label to indicate the original Open Source version for the Issue report.
7373

7474
## Finalization
7575

@@ -90,7 +90,7 @@ Steps for final review of an issue for contributors/developers to work the issue
9090
If the issue was reproduced on `Gate 3`, we will create an internal `AC-XXXX` ticket to track the progress of the issue.
9191

9292
Once an issue has been acknowledged and confirmed, it goes through the Triage Process and be [prioritized(triaged)](contributing.html#backlog).
93-
After triage, either Magento core developers or Magento community developers may fix it. We encourage everyone to join the Magento Community Contribution Team and submit Pull Request with the bug fix to [magento/magento2](https://github.com/magento/magento2/pulls) repository.
93+
After triage, either core developers or community developers may fix it. We encourage everyone to join the Community Contribution Team and submit Pull Request with the bug fix to [magento/magento2](https://github.com/magento/magento2/pulls) repository.
9494

9595
## Tips and tricks
9696

0 commit comments

Comments
 (0)