You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/contributor-guide/contributing.md
+1-26Lines changed: 1 addition & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ When you want to verify an issue or pull request, use the `instance` command to
196
196
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.
197
197
198
198
```text
199
-
@magento give me 2.4.0 instance
199
+
@magento give me 2.4.3 instance
200
200
```
201
201
202
202
**Actions:** The following actions complete the command:
@@ -290,31 +290,6 @@ Replace `{$extensionRepo}` with one or more extension repositories to remove bef
290
290
without extensions magento/adobe-stock-integration
291
291
```
292
292
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.
### Import source code to specific repository {#import}
319
294
320
295
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