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.
For now, we’re expecting most pull requests to be enhancements and bug fixes to support the Swift-DocC publication, with only minor content changes.
For small changes, like typo fixes and changes to a few paragraphs, fork this repository and make a pull request.
A formal contribution process for this document is still in development. In the meantime, start a thread in the Swift forums for larger changes to discuss your approach and identify possible issues before you invest a lot of time in writing.
Content in this book follows Apple Style Guide and this book’s style guide.
Use the following steps when creating a new pull request:
- Create a local fork of this repository with your changes.
- Test that your changes build locally by running
make preview
. - Create a pull request in this repository.
Within a few days, someone will assign reviewers and start a build in CI.