Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.64 KB

Contributing

First of all, thank you for your interest in contributing! ❤️

Contributions in any of the following ways are greatly appreciated and needed, but are not limited to:

  • Code

    • Improve open source components
    • Help diagnose and report problems
    • Suggest fixes by sending patches
    • Help with missing documentation
  • Graphic Design

    • Fine-tune or redesign some UI/icons
  • Localization

    • Correct translation
    • Provide localization for more languages

When contributing to a repository, it is best to discuss the change you wish to make via issue, email, or any other method before making it.

Use a Consistent Coding Style

  • 2 spaces for indentation rather than tabs.
  • Use SwiftLint to provide lint code for *.swift files. The scripts-xcode makes it easy to style your code during development.

Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

Please read our Code of Conduct to keep our community approachable and respectable.

License

By contributing, you agree that your contribution will be licensed under the same license as the repository to which you contribute. If the repository does not provide a specific license, the MIT license will be used.