- Check existing issues before opening a new one.
- Provide a clear and descriptive title.
- Include steps to reproduce the issue, if applicable.
- Before suggesting a new feature, discuss it in an issue first.
- Clearly explain the feature and why it's needed.
- Fork the repository and create a new branch for your changes.
- Write clean, readable code that follows Swift best practices.
- Include tests for any new functionality.
- Keep commits concise and focused.
- Ensure all tests pass before submitting your pull request.
- Use meaningful commit messages.
- Follow Swift's official API Design Guidelines.
- By contributing, you agree that your contributions will be licensed under the same license as the project.
Thank you for contributing! Your help is greatly appreciated.