Skip to content

Commit 5385edd

Browse files
heckjahoppen
andauthored
Update CONTRIBUTING.md
Co-authored-by: Alex Hoppen <[email protected]>
1 parent 9b529b0 commit 5385edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ This means that a bug in Swift could cause bugs in thousands, even millions of d
218218
Because of this, the Swift project maintains a high bar for quality.
219219
The minimum quality standards that any change must satisfy before being committed to the main development branch include:
220220

221-
1. Code must compile without errors or warnings on at least one platform.
221+
1. Code must compile without errors on all supported platforms and should be free of warnings on at least one platform.
222222
2. Bug fixes and new features must include a test case to pinpoint any future regressions, or include a justification for why a test case would be impractical.
223223
3. Code must pass the appropriate test suites—for example, the `swift/test` and `swift/validation-test` test suites in the Swift compiler.
224224

0 commit comments

Comments
 (0)