Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 1.63 KB

Contributing to Mockingbird

Getting Started

Welcome! We’re excited to have you as part of the Mockingbird developer community.

Issues and Bugs

Before opening an issue, please search the existing GitHub issues and list of common problems. Use one of the provided issue templates so that others have sufficient context to fix the issue.

Feature Requests

Submit feature requests as a GitHub issue, using the provided “Feature Request” template.

Pull Requests

Use the provided “Pull Request” template when submitting pull requests. If making a change to codegen or the testing runtime, make sure to update the end-to-end and/or framework tests.

All pull requests are squash-merged into master. For large or complex changes, consider creating a stacked pull request and joining the #mockingbird Slack channel to facilitate discussion.

Coding Guidelines

Mockingbird loosely follows Google’s Swift style guide. When in doubt, prefer consistency with existing conventions in the code.