A newbie? A seasoned coder? This is a beginner-friendly repository made specifically for open-source beginners. Whether you just started on your coding journey, are ready to develop your skills or want to show off your proficiency in many languages, feel free to do so! Add any program under any language (it can be anything from a simple program to a complex data structure algorithm). Happy coding...
- What is Hacktoberfest?
- How you can contribute to this repo
- Steps to contribute
- Some helpful resources
- Contribution guidelines
HacktoberFest is a month-long program where people with an interest in contributing to open-source events showcase their skills, help improve projects and learn from many other users.
We would love to see you contribute to this awesome community!
-
Fork this repository:
- Click the Fork button in the top right corner of this page.
- Now you have your very own copy of this repo!
-
Clone the repository to your local machine:
git clone https://github.com/your-username/HactoberFestContribution2024.git cd HactoberFestContribution2024
-
Create a new branch:
git checkout -b <your branch name>
-
Add your project:
- Create your folder and add files there.
-
Commit your changes:
git add . git commit -m "My submission"
-
Push to GitHub:
git push origin my-new-branch
-
Submit a Pull Request (PR):
- Go to your forked repository on GitHub.
- Click on the
Compare & pull request
button. - Introduce your project and submit a PR!
- Do not send spammy PRs
- Be respectful
- Do not delete any other user's submission
- Lastly, have fun!