File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ Contributions are what make the open-source community such an amazing place to l
49
49
contributions you make are ** greatly appreciated** .
50
50
51
51
1 . Open an issue first to discuss what you would like to change.
52
- 1 . Fork the Project
53
- 1 . Create your feature branch (` git checkout -b feature/amazing-feature ` )
54
- 1 . Commit your changes (` git commit -m 'Add some amazing feature' ` )
55
- 1 . Push to the branch (` git push origin feature/amazing-feature ` )
56
- 1 . Open a pull request
52
+ 2 . Fork the Project
53
+ 3 . Create your feature branch (` git checkout -b feature/amazing-feature ` )
54
+ 4 . Check lint issues before commiting with command ` ./gradlew lintKotlin ` .
55
+ - If there are using run to auto fix ` ./gradlew formatKotlin ` . If the errors are still there resolve them manually.
56
+ 6 . Commit your changes (` git commit -m 'Add some amazing feature' ` )
57
+ 7 . Push to the branch (` git push origin feature/amazing-feature ` )
58
+ 8 . Open a pull request
57
59
58
60
Please make sure to update tests as appropriate.
59
61
You can’t perform that action at this time.
0 commit comments