Skip to content

Commit 8931c22

Browse files
Update README.md
1 parent 8fc0892 commit 8931c22

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ Contributions are what make the open-source community such an amazing place to l
4949
contributions you make are **greatly appreciated**.
5050

5151
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
5759

5860
Please make sure to update tests as appropriate.
5961

0 commit comments

Comments
 (0)