Welcome to Swift JSON Schema! Contributions are welcome and greatly appreciated. By contributing, you are helping to make this project better for everyone.
- Follow the Swift API Design Guidelines.
- Write clear and concise comments where necessary.
- Ensure your code is well-documented and includes meaningful test cases.
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.
- Create a pull request as usual.
- 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.