Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 954 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 954 Bytes

How to Contribute

Reporting Issues

  • Check existing issues before opening a new one.
  • Provide a clear and descriptive title.
  • Include steps to reproduce the issue, if applicable.

Feature Requests

  • Before suggesting a new feature, discuss it in an issue first.
  • Clearly explain the feature and why it's needed.

Pull Requests

  • 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.

Code Style

License

  • 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.