Skip to content

Commit

Permalink
Add MultiTile naming convention to CONTRIBUTING.md (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler committed Jun 25, 2024
1 parent 2a32382 commit 64d1461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ In addition, use the following naming conventions:
* A test requiring **at least one sub-device** SHALL include `SubDevice` in
its name.
* A test requiring **more than one sub-device** SHALL include one of
`MultipleSubDevice`, `DifferentSubDevice` or `TwoSubDevice` in its name.
`MultipleSubDevice`, `MultiTile`, `MultipleTile`, `DifferentSubDevice` or
`TwoSubDevice` in its name.
* A test requiring **exactly zero sub-devices** SHALL include `NoSubDevice` in
its name.
* A test requiring **exactly one root device** SHALL include one of
Expand Down

0 comments on commit 64d1461

Please sign in to comment.