Skip to content

pvtg/Netflix-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix-Homepage-Clone

How to particpate in Hacktoberfest 2021 How to register, some important rules to follow, which repos to contribute and other details in a 17 mins quick video on our Youtube Channel.

Hacktoberfest 2021 Special

No need to get issues, you can directly attempt and submit by following instruction written in issue description.

Make sure you take from latest code and don't edit any other file.

Open source is changing the world- one pull request at a time. Hactoberfest encourages participation in open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt.

Go to Git Bash and Clone the forked repository using :

a. Clone the repository

git clone https://github.com/your_username/make-pull-request PicsArt_10-04-07 46 13

Open the folder in your favourite code editor and add your changes or modifications. Creating a PR After making changes or modification on to your code locally, you need to add these files to the staging area. git add Once files added, you need to commit the changes to with an appropriate commit message. git commit -m "" After commiting the changes, you need to push the changes git push origin Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

Click it and you'll be taken to this screen

Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.

That's it. You have opened a PR. Wait for it to get merged.

Thank You for your Amazing Contribution!!