Welcome to Hacktoberfest! This is a beginner-friendly open-source project that welcomes contributors of all levels, whether it's your first time or you're a seasoned pro.🚀
- To star the repository, simply click on the "Star" button at the top-right corner of this page.🙌
- Click on the "Fork" button on the top right corner of this repository's page. This will create a copy of the repository in your GitHub account.
Clone the forked repository to your local machine. Open your terminal/command prompt and use the following command:
git clone https://github.com/arjunpndt/Hacktoberfest.git
Create a new branch for your contributions.
git checkout -b your-branch-name
- Code: If you're comfortable with coding, feel free to choose any language you're familiar with. You can add any piece of code, algorithm explanation, or other relevant content under the 'Code' folder for better organization.
- Add Your Name: If you're new to coding or just want to participate in a simple way, you can add your name to the contributors.md file using the following format:
[YOUR NAME](https://github.com/your-username)
Once you've made your changes, commit them with a descriptive message. Then, push the changes to your forked repository:
git add .
git commit -m "Your descriptive commit message"
git push origin main
- Go to the original repository (not your forked version).
- Click on the "Pull Requests" tab.
- Click on the "New Pull Request" button.
- Select your forked repository as the base branch and submit the pull request.
All done! 🎉 Now, sit back, relax, and grab your favorite snack. Your pull request will be merged as soon as possible🌌.
To ensure the pull request gets a turbo boost of approval (Hit that 'Follow' button from my profile
) 🚀
If you have any questions, feel free to open an issue. Happy hacking! 🎉