Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.08 KB

Contributing.md

File metadata and controls

36 lines (31 loc) · 1.08 KB

Want to contribute?

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?

How to contribute:

  1. Clone this repository:
git clone https://github.com/Diversion2k22/Sunlight_Apk
  1. Start Android Studio and open this project..

  2. After changing files, you can check the changes made to file by typing the command

git status
  1. You will see Red coloured file, Add that file for commit by typing command
git add filename(with extension)
  1. Now all ready , use code for commiting
git commit -m "name your issue resolved" 
  1. 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'
  1. 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 ..

That's All,
Thankyou for following the steps,
Wish you all a happy coding"