- Repo for newbies to contribute to Hacktober Fest2k23 and get badges/swags
- Star 🌟 this repo to get merge approval faster! (I won't be doing merge without star!)
- Update: I am sad to inform you that this repository has been excluded from the Hacktoberfest 2023 recognition. 🌟 Hacktoberfest promotes engagement within the open-source community, which continues to expand with each passing year. By successfully completing the challenge, you'll have a tree planted in your honor, demonstrating your commitment to our beloved planet Earth 🌍.
📣 Enroll here for Hacktoberfest and submit four pull requests (PRs) from October 1st to October 31st 🔥.
- Begin by forking this Repository using the button located at the top right corner.
- Clone your forked repository to your computer (use the command
git clone
followed by the repository's URL). - Establish a new branch for your modifications (e.g.,
git branch new-user
and switch to it usinggit checkout new-user
, or simply usegit checkout -b new-user
). - Enter your profile information into the
content/participant/
directory. - Add your changes (
git add -A
), commit them (git commit -m "added myself"
), and push them to your repository (git push origin new-user
). - Create a pull request.
- Don't forget to give this repository a star!
Replace <Your-Name>
with your GitHub username in this guide.
- Edit the markdown file in your folder following the convention, that means edit the template , delete the boilerplate data and fill the information with yours.
### **Your-Name**: [Your-Name](https://github.com/pralinkhaira1903)
- State, Country
- Hobbies: Web Dev, Guitar, etc
To contribute your code or algorithms, follow these steps:
-
Create or upload your code in the designated folder following the specified convention:
Code
ORAlgorithms
. -
Choose the appropriate language folder and place your code file there. Here are examples for different programming languages:
-
For Python:
Code/PYTHON/YourFileName-YourName.py
-
For C++:
Code/C++/YourFileName-YourName.cpp
-
-
Same instructions goes for Algrithms folder also.
-
Make folders where-ever required.
-
You can follow any pathway, whether it's adding code or providing profile information.
-
Create a Pull Request
- Go to the original repository on GitHub and click the "New Pull Request" button. Ensure that you're comparing your branch to the main branch of the original repository.
- Describe Your Pull Request
- Write a clear and concise description of your changes in the Pull Request description box. Be sure to mention what issue you're addressing if applicable.
- Submit Your Pull Request
- Click the "Create Pull Request" button to submit your changes for review.
'''
Always aim to make more than 4 pull requests during Hacktoberfest.
Even if you've submitted just 4 pull requests to different projects,
if one project is excluded from the Hacktoberfest event, your pull request won't count.
Ensure that the remaining 3 pull requests are to projects that are not excluded.
Fulfilling the requirement of 4 pull requests is essential to receive swags or t-shirts.
Consider making a pull request to your own repository, which is a very safe option.
Make sure the repository has the Hacktoberfest topic.
'''
'''
To expedite the approval of your pull request, don't forget to (`Follow Me`)🚀
'''
Pralin Khaira