In modern mobile applications, we need intuitive and creative loading text that make user happy to waiting. No sensitive issues e.g., race, religion, etc are allowed.
-
Create a personal fork of the project.
-
Name your branch e.g.
loading_text_english
. -
Wait for it to be merged!
-
Contributions are always welcome. Your native language doesn't matter. Just make sure you're adding loading text example in particular file.
-
PRs are welcome. To begin adding, follow the structure:
country_code/loading_text_[language].java
e.g.
en/loading_text_english.java
-
Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
-
Clone your fork down to your local machine
$ git clone https://github.com/your-username/example-loading-text.git
-
Create a branch
$ git checkout -b branch-name
-
Make your changes
-
Commit and Push
$ git add filename $ git commit -m 'commit message' $ git push origin branch-name
-
Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)
-
Wait for your PR review and merge approval!
-
Star this repository if you had fun!