It's Open for everybody doesn't matter newbie or expert, If you are a open source enthusiast and would like to contribute , Here's How?
- Clone this repository:
git clone https://github.com/Diversion2k22/Sunlight_Apk
-
Start Android Studio and open this project..
-
After changing files, you can check the changes made to file by typing the command
git status
- You will see Red coloured file, Add that file for commit by typing command
git add filename(with extension)
- Now all ready , use code for commiting
git commit -m "name your issue resolved"
- Now add Repo , use the below command and type your user name and password of your github account
git remote add origin 'https://github.com/Diversion2k22/Sunlight_Apk'
- Finally Push the the file to the Sunlight Repo
git push -u origin master
<> woooh !! You Made Your Pull Request, now just wait for the owner to merge it to the repo ..