If you've never contributed to an OSS project before, here's a great guide to get you started.
The Vapor master branch is occasionally ahead of our release, so the tooling can be a bit different.
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
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.