You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can contribute by forking and submitting a pull request.
94
+
95
+
You can contribute by forking and submitting a pull request (PR).
96
+
97
+
Some conditions for a PR to be accepted:
98
+
99
+
1) Text displayed in the application shall be internationalized.
100
+
- To do that use `NSLocalizedString`. Search on the code to see examples of usage.
101
+
- Add the localized string in all the lproj files in the same position. Use ChatGPT or DeepL to translate them to other languages.
102
+
2) You need to install [swiftlint](https://github.com/realm/SwiftLint) and ensure you're not introducing additional lint warnings.
103
+
3) You need to document the classes and methods that you create explaining what do they do from a blackbox perspective. We use [jazzy](https://github.com/realm/jazzy) for the documentation. To install jazzy run:
104
+
```shell
105
+
gem install jazzy
106
+
```
107
+
Then, to view the documentation run
108
+
```shell
109
+
jazzy
110
+
```
111
+
**Note that it will generate the documents in the `../gh-pages/docs`.**
95
112
96
113
Please note that by submitting any pull request you are providing me (Juan M. Merlos) the rights to include and distribute those changes also on the binary app published on the App Store (which is released under Apple's Standard License Agreement)
0 commit comments