Skip to content

Latest commit

 

History

History
executable file
·
42 lines (25 loc) · 974 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
42 lines (25 loc) · 974 Bytes

Contributing to OSS

If you've never contributed to an OSS project before, here's a great guide to get you started.

Building Vapor

The Vapor master branch is often ahead of our release, so the tooling can be a bit different.

Swift Version

Check the .swift-version file for the version being used for current development

Xcode

In the terminal, cd into the repo and build the Xcode Project.

Vapor CLI

cd path/to/my/project
vapor xcode

Native SPM

cd path/to/my/project
swift package generate-xcodeproj
open *.xcodeproj

Development

We have a Development target inside of the project that can be used for live testing.

Tests

Pull requests without adequate testing may be delayed. Please add tests alongside your pull requests.

Slack

Join us in the #development channel in slack, for questions and discussions.