Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.03 KB

Contributing.md

File metadata and controls

22 lines (13 loc) · 1.03 KB

Introduction

Welcome to Swift JSON Schema! Contributions are welcome and greatly appreciated. By contributing, you are helping to make this project better for everyone.

Style Guidelines

  • Follow the Swift API Design Guidelines.
  • Write clear and concise comments where necessary.
  • Ensure your code is well-documented and includes meaningful test cases.

Code Formatting

All code must be formatted using Swift format to ensure consistency across the codebase. The CI pipeline will check for formatting issues automatically. You can add the auto-format label to your pull requests to enable automatic Swift formatting before merging.

How to Use

  1. Create a pull request as usual.
  2. Add the auto-format label to your pull request.

When the label is added, the CI pipeline will automatically format the code and commit the changes to your pull request.

For more information about Swift format, visit the Swift format repository.