Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 2.18 KB

CONTRIBUTING.md

File metadata and controls

61 lines (37 loc) · 2.18 KB

Contributing to My Portfolio ✨

Welcome to my portfolio repository! Your contributions and suggestions are welcomed and encouraged. Please follow the guidelines below to contribute.

Code of Conduct

This project and its community adhere to the Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to email.

How to Contribute 👻

We welcome contributions in the form of bug reports, feature requests, code improvements, and more. Here's how you can contribute:

  1. Fork the Repository: Click the "Fork" button on the top right of the repository's page.

  2. Clone Your Fork to Your Local Machine:

    git clone https://github.com/yourusername/portfolio.git
  3. Create a New Branch:

    git checkout -b your-branch-name
  4. Make Your Changes and Commit Them:

    git add .
    git commit -m 'Commit message'
  5. Push Your Changes to Your Fork:

    git push origin your-branch-name
  6. Create a Pull Request:

    Go back to the repository on GitHub and click the "New Pull Request" button on your branch. Fill out the form with a title and a detailed description, then submit the pull request.

  7. Wait for Your Pull Request to Be Reviewed:

    I will review your pull request and suggest any necessary changes. Once everything looks good, I will merge your pull request. 🎉

  8. Sync Your Fork (Optional):

    If the original repository has been updated and you would like to sync your fork with it, you can do so by adding the original repository as a remote and pulling from it:

    git remote add upstream https://github.com/muhammad-fiaz/portfolio.git
    git pull upstream main

Reporting Issues 🐞

If you find any issues or have suggestions for improvements, please open an issue on the Issues page. Be sure to include a clear description of the problem or suggestion.

Thank you for contributing to my Portfolio! ❤️