Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 1.25 KB

Welcome to SUITextField contribution

Thank you for investing your time in contributing to our project!

Issues

Create a new issue

Open an issue or a bug.

Solve an issue

Create a branch from an existing issue (or first create an issue) and work on it 🥳

Just few things:

  • Try to follow Swift code-style, indenting 4 spaces and 120 char per line
  • Use documentation comments as much as you can. Update DocC documentation as well.
  • Write some snapshot tests (if you're not experienced, let me know, I might take care of those ✌🏻).

Pull Request

Open a PR and describe your solution, any hidden implementation or workaround (if any). Don't forget to link the PR to the issue (Github should help you). Assign me as reviewer and we'll discuss about your solution.

Your PR is merged!

Congratulations 🎉🎉 The solution looks good and we can merge it ✨.