Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 1.23 KB

Contributing to SwAuth

Thanks for showing interest in contributing!

For fixes and improvements other than those involving markdown files, please work from the develop branch of this repository and issue a pull request to the develop branch.

You do not need a mac to contribute, all you need is Swift and SwiftLint (there is a SwiftLint VSCode extension). No linting rules are added or excluded, the default will do.

To have your changes merged make sure:

  • There are no SwiftLint linting errors.
  • SwAuth builds with your changes.
  • Added code is documented, adhering somewhat to the style of the rest of the project. (there are tons of examples in the code base)
  • You have tested your changes through a test app or demo app or unit tests.

Want to Contrubute but Need Ideas?

  • Check out projects to see what features/changes are planned but yet to be implemented!
  • Check out issues to see if there are any that you could solve!