1.1 KiB
1.1 KiB
How to Become a Contributor and Submit Your Own Code
If you want to contribute to this repository, follow these steps:
-
Fork the Repository
Unselect
copy master branch onlyif you want to base other branches. -
Configure Your IDE (IDEA or Android Studio)
- Navigate to
Settings->Editor->Code Style->Kotlin(Choose Project Schema) ->Imports. - Set the following options:
- Top-Level Symbols: Use single name import.
- Java Statics and Enum Members: Use single name import.
- Packages to Use Import with "*": none.
- Navigate to
-
Create a New Branch
Create a new branch from the
masterbranch or checkout existing branches. -
Coding in Your Branch
Start coding in your branch and make the necessary changes.
-
Push Your Code
Once your code is ready, push it to your branch.
-
Make a Pull Request
If your staged code is complete and error-free, you can create a pull request to the
MASTERbranch.
Following these guidelines will help streamline the contribution process. Thank you for your contribution!