Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

41 lines (31 loc) · 1.37 KB

Contributing to The Swift Programming Language book

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.

Submitting a pull request

Use the following steps when creating a new pull request:

  1. Create a local fork of this repository with your changes.
  2. Test that your changes build locally by running make preview.
  3. Create a pull request in this repository.

Within a few days, someone will assign reviewers and start a build in CI.