Changes between Version 9 and Version 10 of WPTExportProcess
- Timestamp:
- Jul 27, 2020, 1:50:24 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WPTExportProcess
v9 v10 16 16 2. Create a pull-request in the [https://github.com/web-platform-tests/wpt WPT repository] with the relevant changes for WPT with the following title: 17 17 {{{ 18 WebKit export of http ://bugs.webkit.org/show_bug.cgi?id=${bugidfromabove}18 WebKit export of https://bugs.webkit.org/show_bug.cgi?id=${bugidfromabove} 19 19 }}} 20 20 * You can use the script `Tools/Scripts/export-w3c-test-changes` to help exporting this changes to WPT. … … 29 29 * So, once you get review (''r+'') for your patch on WebKit, this bot will automatically approve the PR on WPT. 30 30 * In order for this process to work you should take into account this two things: 31 * The title of the PR in WPT has to contain the URL to the WebKit bug. Its recommended to use the format: `WebKit export of http ://bugs.webkit.org/show_bug.cgi?id=${bugidfromabove}`31 * The title of the PR in WPT has to contain the URL to the WebKit bug. Its recommended to use the format: `WebKit export of https://bugs.webkit.org/show_bug.cgi?id=${bugidfromabove}` 32 32 * The bug in WebKit from above (point 1.) has to have a link to the WPT PR in the '''See Also''' field. 33 33 * You need to get reviewed (''r+'') the patch in the WebKit bug