Name | Logo | Purpose |
---|---|---|
GSSoC'2024-Extd | The coding period is from October 1st to October 30th, during which contributors make contributions and earn points on the platform. | |
Hacktoberfest 2024 | Hacktoberfest is a month-long October event welcoming all skill levels to join the open-source community. |
🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Closed PRs |
This README will guide you through the contribution process and provide essential information about the project.
Event Logo | Event Name | Event Description |
---|---|---|
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 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. |
Each profile in this repository is designed to showcase individual GitHub contributions effectively.
MD REHAN 👀 |
To foster a positive and inclusive community, please adhere to the following guidelines:
Please read the code of Conduct for more clear understanding.
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:
git clone https://github.com/YOUR_USERNAME/awesome-github-profiles.git
Contributions are always welcome! To ensure a smooth collaboration process, Follow these steps:
Fork the Repository:
Clone Your Fork:
git clone https://github.com/YOUR_USERNAME/awesome-github-profiles.git
Create a Branch:
gh-pages
branch:
cd awesome-github-profiles
git checkout gh-pages
git checkout -b your-feature-branch
Make Your Changes:
Test Your Changes:
Stage Your Changes:
git add
command to stage the changes you want to commit.
git add . # Stages all modified files
.
with the file names:
git add <file1> <file2>
Commit Your Changes:
git commit -m "Add a feature or fix a bug"
Push to Your Fork:
git push origin your-feature-branch
Create a Pull Request:
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!
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!