Revision 702690944b579c813ddb437448fdc806d36c4b5f authored by Michael Gottesman on 12 January 2016, 23:53:00 UTC, committed by Michael Gottesman on 13 January 2016, 01:24:34 UTC
This improves the quality of code but more importantly makes it easier to ensure
that new terminators are handled in this code since all of the switches are now
covered switches.
1 parent 9e1d3ab
Raw File
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 and that they follow the Swift project [guidelines for contributing
code](https://swift.org/contributing/#contributing-code).
back to top