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
Copy file name to clipboardexpand all lines: CONTRIBUTION.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Please take it from the [roadmap](https://hackmd.io/G5znP3xAQY-BVc1X8Y1jSg) or f
18
18
## Codestyle guideline
19
19
-`swiftlint` check should goes with no warnings.
20
20
- Here’s some more detailed and human readable code style [guidelines](https://hackmd.io/8bACoAnTSsKc55Os596yCg"") (you can add there some suggestion if you’d like to).
21
+
- We use [swift](https://www.swift.org/documentation/api-design-guidelines/"") name convention.
21
22
## Tests guideline
22
23
1. Cover each new public method with tests.
23
24
2. If you’re implementing some big feature encapsulate it in Separate file.
0 commit comments