Please ensure your pull request adheres to the following guidelines:
- Search previous extensions before making a new one, as yours may be a duplicate with a different name.
- Make an individual pull request for each file changed. PULL REQUESTS WITH LOTS OF UNRELATED BUNCH OF FILES WILL BE REJECTED INSTANTLY.
- Update the readme.md with your addition with clear and fun examples.
- Add a short comment describing what your code/extension does.
- Check your spelling and grammar.
- Look at how other parts of the code are written, mimic what you see in terms of style and conventions.
- Make sure your text editor is set to remove trailing whitespace.
- Make sure swiftlint warnings do not increase.
- Add a unit test for your function if possible
- When adding new files make sure to include it in the /Sources folder and make sure its referenced in SwiftExtensions project.
Your contributions are always welcome! Thank you for your contributions!