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

Commit 5a8070e

Browse files
authored
Merge pull request #9289 from #9289
Update contributing.md Imported 9289
2 parents 0c62f5a + 68c3563 commit 5a8070e

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

src/contributor-guide/contributing.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ When you want to verify an issue or pull request, use the `instance` command to
196196
Replace `{$version}` with the version tag or branch. The following values are supported: the version tag for the latest release and `2.4-develop` for the development branch.
197197

198198
```text
199-
@magento give me 2.4.0 instance
199+
@magento give me 2.4.3 instance
200200
```
201201

202202
**Actions:** The following actions complete the command:
@@ -290,31 +290,6 @@ Replace `{$extensionRepo}` with one or more extension repositories to remove bef
290290
without extensions magento/adobe-stock-integration
291291
```
292292

293-
### Combine multiple pull requests {#combine-pr}
294-
295-
To optimize the pull request queue, enter a command with a series of related pull request numbers to merge and test the code. If all tests pass, the entered PRs are merged into the current PR.
296-
297-
**Command:** To combine pull requests, a member of the [Community Maintainers](https://github.com/magento/magento2/wiki/Community-Maintainers) or Magento EngCom Team under the existing Pull Request will enter the following command:
298-
299-
```text
300-
@magento combine {xxx} {yyy} {zzz}
301-
```
302-
303-
The command merges the listed related pull requests (`xxx`, `yyy`, `zzz`) into the current pull request. For example: `@magento combine 1234 1238 1239`.
304-
305-
**Actions:** When all conditions are passed, all related pull requests will be closed and merged to the current PR:
306-
307-
- Current pull request allows changes from maintainers.
308-
- All mentioned pull requests are open.
309-
- All mentioned pull requests have been created by the same contributor (author).
310-
- All mentioned pull requests have same target (base) branch.
311-
- All mentioned pull requests can be merged with each other.
312-
313-
**Permissions:**
314-
315-
- [Community Maintainers](https://github.com/magento/magento2/wiki/Community-Maintainers)
316-
- Magento EngCom Team
317-
318293
### Import source code to specific repository {#import}
319294

320295
The import command provides the ability to copy a contributor's code or pull request into an internal fork. The internal team can then proceed with additional fixes or delivery.

0 commit comments

Comments
 (0)