SwifterSwift / SwifterSwift

A handy collection of more than 500 native Swift extensions to boost your productivity.

Home Page:https://swifterswift.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looking for new contributors!

SD10 opened this issue Β· comments

Help Wanted

Hey, everyone! SwifterSwift is looking for new contributors!

You can contribute to the project in a variety of ways:

  • Improve documentation πŸ™
  • Add more extensions πŸ‘
  • Add missing unit tests πŸ˜…
  • Fixing or reporting bugs 😱

If you're new to Open Source or Swift the SwifterSwift community is a great place to get involved.
No contribution is too small.

If you have any questions or need help getting started -- feel free to let me know!

I would like to help. Not sure how.

@richgabrielli Easiest way is just to submit an extension we don't have. If you're working on a project and write a clever extension, just contribute it here πŸ˜ƒ

I'd like to add a loading spinner extension to UIView (showLoading, stopLoading). Could you tell me if you already have something like this?

@cyber-gh I have something like that in my apps but it's usually very business-case-specific. It's the kind of thing that might be better served as a separate project rather than an extension in SwifterSwift.

+1 to @guykogus
But if you like to start contributing we have a set of good first issue labeled opened, and planning to create new ones :))
So if you up to, they are a good place to start πŸ‘

Okay. I'll take a look at those. Thanks