Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 1.47 KB

How to Contribute

Post an Issue

If you discover a bug or error, please add an issue here on GitHub. Feature requests are welcome. However, this is a community effort, so pull requests are preferred.

Create a Pull Request

Fork the project, create a branch, commit your changes, and then create a pull request. Please submit your pull request to the develop branch of this repository.

The master branch is for production-ready code and should not contain incomplete features. Development occurs on the develop branch. Once your pull request is accepted, it will be merged into master.

Tags

This repository uses tags to mark intermediate steps of the app development, and these tags correspond to lessons in the Teaching App Development with Swift course materials. For example, the tag lesson01 represents an Xcode project that is ready for working through the steps in Lesson 1. The end tag always represents the completed app, which represents an Xcode project that has accomplished all of the features within all of the respective lesson plans for the project.

Impacts to Lesson Plans

Please note that, because this Xcode project corresponds with lesson plans in the Teaching App Development with Swift course materials, you may also need to submit an issue or pull request in the Teaching App Development with Swift repository.