Skip to content

Latest commit

 

History

History
99 lines (61 loc) · 2.31 KB

CONTRIBUTING.md

File metadata and controls

99 lines (61 loc) · 2.31 KB

PORTFOLIO V2 - Website

Tools

Laptop Screenshot

❓ How to Contribute?

  • All Contributions are highly appreciated, if you would like to contribute to this project, follow the steps below.
  1. Fork a copy of this Repository on your Github account by clicking below,
  1. Clone your Forked Repository by using the following GIT command:
git clone https://github.com/[YOUR GITHUB USERNAME]/Portfolio-v2.git
  1. Navigate into the Project's Directory by using the command below:
cd Portfolio-v2
  1. Initialize a Remote to the original Repository by the following GIT command:
git remote add upstream https://github.com/Zemerik/Portfolio-v2
  1. Create a new branch in which you can make your desired changes:
git checkout -b newcontribution
  1. After making your changes, add all your files to the Staging Area:
git add --all
  1. Commit your Changes:
git commit -m "[COMMIT MSG]"

Note

Remember to live a good commit message

  1. Push all your Changes:
git push origin newcontribution
  1. Create a new Pull - Request (PR) on the Original Repository

Your Pull Request will be merged / reviewed as soon as possible.

🐞Bug/Issue/Feedback/Feature Request:

  • If you would like to report a bug, a issue, implement any feedack, or request any feature, you are free to do so by opening a issue on this repository. Remember to give a detailed explanation of what you are trying to say, and how it will help the website.

💁 Support:

For any kind of support or inforrmation, you are free to join our Discord Server,

Thanks for Visiting🙏

Don't forget to leave a ⭐
Made with 💖 by Hemang Yadav (Zemerik)