This repository is dedicated to those who are new to open source and want to participate in Hacktoberfest. Here, you will learn the basics of how to make contributions, understand pull requests, and get comfortable using GitHub.
-
Fork this Repository:
- Click the “Fork” button at the top right corner of this page to create your own copy of this repository.
-
Clone the Forked Repository:
- Clone it to your local machine using:
git clone https://github.com/codeclubiittp/HacktoberFest-2024.git
- Clone it to your local machine using:
-
Make Changes:
- Edit the
outputs.md
file with your calculations.
- Edit the
-
Commit Your Changes:
- Stage and commit your changes:
git add outputs.md git commit -m "Added calculations for [Your Name]"
- Stage and commit your changes:
-
Push and Create a Pull Request:
- Push your changes and create a pull request (PR) to contribute back to the original repository:
git push origin main
- Go to your forked repository on GitHub, click "Compare & pull request," and submit your PR.
- Push your changes and create a pull request (PR) to contribute back to the original repository:
- Ensure that you submit your updates for each of the 4 scheduled dates.
- If you are not sure how to contribute, check out the
guidelines.md
for detailed instructions.