@@ -216,3 +216,26 @@ $SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/De
216216* * SWIFT_EXEC* : teach ` swift-build-sdk-interfaces ` about where to find the Swift compiler to use
217217* * -O* : the output directory for all binary modules built from textual interfaces
218218* * -log-path* : where to dump log files when fatal error happens
219+
220+
221+ ## Contributing to swift-driver
222+
223+ Contributions to swift-driver are welcomed and encouraged! Please see the
224+ [ Contributing to Swift guide] ( https://swift.org/contributing/ ) .
225+
226+ Before submitting the pull request, please make sure you have [ tested your
227+ changes] ( https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md )
228+ and that they follow the Swift project [ guidelines for contributing
229+ code] ( https://swift.org/contributing/#contributing-code ) .
230+
231+ To be a truly great community, [ Swift.org] ( https://swift.org/ ) needs to welcome
232+ developers from all walks of life, with different backgrounds, and with a wide
233+ range of experience. A diverse and friendly community will have more great
234+ ideas, more unique perspectives, and produce more great code. We will work
235+ diligently to make the Swift community welcoming to everyone.
236+
237+ To give clarity of what is expected of our members, Swift has adopted the
238+ code of conduct defined by the Contributor Covenant. This document is used
239+ across many open source communities, and we think it articulates our values
240+ well. For more, see the [ Code of Conduct] ( https://swift.org/code-of-conduct/ ) .
241+
0 commit comments