Skip to content

Commit

Permalink
Reformat a table in contributing.md (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe authored and delan committed Jul 11, 2024
1 parent 20cd581 commit f1e4138
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ When you push to a pull request, GitHub automatically checks that your changes h
To run unit tests or Web Platform Tests against a pull request, add one or more of the labels below to your pull request.
If you do not have permission to add labels to your pull request, add a comment on your bug requesting that they be added.

| Label | Runs unit tests on | Runs web tests on |
|---|---|---|
| `T-full` | All platforms | Linux |
| `T-linux-wpt-2013` | Linux | Linux (only legacy layout) |
| `T-linux-wpt-2020` | Linux | Linux (skip legacy layout) |
| `T-macos` | macOS | (none) |
| `T-windows` | Windows | (none) |
| Label | Runs unit tests on | Runs web tests on |
|--------------------|--------------------|----------------------------|
| `T-full` | All platforms | Linux |
| `T-linux-wpt-2013` | Linux | Linux (only legacy layout) |
| `T-linux-wpt-2020` | Linux | Linux (skip legacy layout) |
| `T-macos` | macOS | (none) |
| `T-windows` | Windows | (none) |

## AI contributions

Expand Down

0 comments on commit f1e4138

Please sign in to comment.