If you've never contributed to an OSS project before, here's a great guide to get you started.
The Vapor master branch is often ahead of our release, so the tooling can be a bit different.
Check the .swift-version
file for the version being used for current development
In the terminal, cd
into the repo and build the Xcode Project.
cd path/to/my/project
vapor xcode
cd path/to/my/project
swift package generate-xcodeproj
open *.xcodeproj
We have a Development
target inside of the project that can be used for live testing.
Pull requests without adequate testing may be delayed. Please add tests alongside your pull requests.
Join us in the #development channel in slack, for questions and discussions.