https://github.com/apple/swift
Raw File
Tip revision: 121a56ef7b79f086f81724d5e8883e9b5ac4b937 authored by Slava Pestov on 30 May 2018, 06:18:17 UTC
Merge pull request #16900 from slavapestov/fix-non-required-base-class-convenience-init-witness-4.2
Tip revision: 121a56e
CONTRIBUTING.md
By submitting a pull request, you represent that you have the right to license
your contribution to Apple and the community, and agree by submitting the patch
that your contributions are licensed under the [Swift
license](https://swift.org/LICENSE.txt).

---

Before submitting the pull request, please make sure you have [tested your
changes](https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md)
and that they follow the Swift project [guidelines for contributing
code](https://swift.org/contributing/#contributing-code).
back to top