Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 774 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 774 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 occasionally ahead of our release, so the tooling can be a bit different.

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

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.