Skip to content

recodehive/awesome-github-profiles

Repository files navigation

Typing SVG

📋 Participating Programs

Name Logo Purpose
GSSoC'2024-Extd GSSoC Logo The coding period is from October 1st to October 30th, during which contributors make contributions and earn points on the platform.
Hacktoberfest 2024 Hacktoberfest Logo Hacktoberfest is a month-long October event welcoming all skill levels to join the open-source community.

📊 Project Metrics

🌟 Stars 🍴 Forks 🐛 Issues 🔔 Open PRs 🔕 Closed PRs
Stars Forks Issues Open Pull Requests Closed Pull Requests

awesome-github-profiles

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

🔍Welcome to the awesome-github-profiles repo project! 🌟.

This README will guide you through the contribution process and provide essential information about the project.

Open-Source-Programmes⭐

This project is now OFFICIALLY accepted for

Event Logo Event Name Event Description
GSSoC 24 GirlScript Summer of Code 2024 GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development.
Hacktoberfest 2024 Hacktoberfest 2024 Hacktoberfest is a month-long celebration of open source software run by DigitalOcean, GitHub, and Twilio. It encourages contributions to open source projects and promotes a global community of developers.

Screenshots of Features ✨

Home Page (Light Mode):

image

Home Page (Dark Mode):

image

Login Page:

image

Signup Page:

image

Events Timeline:

image

Add Profile:

image

Github Badge:

image

Running in your local directory ✨

  • npm install ( this will install all the required npm modules)

Table of Contents

Profiles ✨

Each profile in this repository is designed to showcase individual GitHub contributions effectively.

MD REHAN
MD REHAN

👀

Code of Conduct

To foster a positive and inclusive community, please adhere to the following guidelines:

  • Be Respectful: Treat everyone with respect. Engage in constructive conversations.
  • No Harassment: Harassment, bullying, or discrimination will not be tolerated.
  • Report Issues: If you witness or experience any unacceptable behavior, please report it to the project maintainers.

Please read the code of Conduct for more clear understanding.

How to Fork

Forking allows you to create a personal copy of the repository, where you can experiment and make changes without affecting the original project. Here’s how to do it:

Navigate to the Repository:

  • Go to the awesome-gitHub-profiles repository.

Click on Fork:

  • On the top right corner, click the "Fork" button.

Select Your Account:

  • Choose your GitHub account to create the fork.

Clone Your Fork:

  • Use the command below to clone your fork to your local machine:
    git clone https://github.com/YOUR_USERNAME/awesome-github-profiles.git

Tutorials

Contribute

Contributions are always welcome! To ensure a smooth collaboration process, Follow these steps:

  1. Fork the Repository:

    • Click the "Fork" button on the top right of the repository page. This creates a copy of the repository under your GitHub account.
  2. Clone Your Fork:

    • Run the following command in your terminal:
      git clone https://github.com/YOUR_USERNAME/awesome-github-profiles.git
    • This command downloads your fork to your local machine.
  3. Create a Branch:

    • Navigate into the cloned repository and switch to the gh-pages branch:
      cd awesome-github-profiles
      git checkout gh-pages
    • Create a new branch for your feature or fix:
      git checkout -b your-feature-branch
  4. Make Your Changes:

    • Implement your changes in your local repository. Make sure your code is clean and follows the project's coding style guidelines.
  5. Test Your Changes:

    • If applicable, run tests to ensure that your changes do not break existing functionality.
  6. Stage Your Changes:

    • Use the git add command to stage the changes you want to commit.
      git add .  # Stages all modified files
    • You can also stage specific files by replacing . with the file names:
      git add <file1> <file2>
  7. Commit Your Changes:

    • Commit your changes with a clear and descriptive message:
      git commit -m "Add a feature or fix a bug"
  8. Push to Your Fork:

    • Push your changes back to your forked repository:
      git push origin your-feature-branch
  9. Create a Pull Request:

    • Navigate to the original repository where you want to propose your changes.
    • Click on "New Pull Request" and follow the instructions to submit your changes for review. For even more detailed instructions on how to contribute, you can always check out the CONTRIBUTING.md file.

Special Thanks 🙇

Contact Information

If you have questions, suggestions, or feedback, please reach out via email at sanjay@recodehive.com. You can also join our discussion forum here.

We value open communication and are happy to help!

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!