Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 2.41 KB

contribution.md

File metadata and controls

66 lines (38 loc) · 2.41 KB

Nature_Beauty (WEB APP)


GitHub custom open for Contribution

Logo

🎉First off All, thanks for taking the time out of your schedule and deciding to contribute here!👍

Assistance to get started:page_facing_up:

If you're new to contributing and have no idea about working with repositories, be sure to check GitHub docs to getting started from GitHub may also be helpful to refer.

Steps to Contribute in GitHub Repository:pushpin:

If you don't have git on your machine, install it.

Step by step details for sending a Pull Request- To Fork the Repo on GitHub, please click on the Fork button at the top right corner of the page. image info
Once you are in the Fork, please click on the Code button displayed in green.

image info
Once the Code window has opened, please click on the Copy button.
image info
Now we need to open the Terminal. Once the Terminal window opens, you will be able to see the user name and the corresponding path of the folder. The cursor will be by default pointing there. Please write git clone <URL> where the cursor will be pointing and then paste the link that was previously copied.
image info

Change directory to Nature Beauty: cd Nature_Beauty.
image info
Make a new branch using the command git checkout -b <branch name>.
image info
Make Changes to the required files in the local folder. Check status of the changed files using git status.
image info
Send the required file to the staging area using git add <file_names>.
image info
Make a commit: git commit -m <commit message>.
image info
Push the changes to GitHub using git push origin <branch name>.
image info
Click on 'compare & pull request' on GitHub.
image info

So, what are you waiting for? Begin contributing now! 🔥 🚀

All the Best!🥇