Skip to content

Commit e7b8bc9

Browse files
Update CONTRIBUTION.md
1 parent eaf6189 commit e7b8bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTION.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please take it from the [roadmap](https://hackmd.io/G5znP3xAQY-BVc1X8Y1jSg) or f
1818
## Codestyle guideline
1919
- `swiftlint` check should goes with no warnings.
2020
- 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.
2122
## Tests guideline
2223
1. Cover each new public method with tests.
2324
2. If you’re implementing some big feature encapsulate it in Separate file.

0 commit comments

Comments
 (0)