competitiveblood / Hacktoberfest23

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest!🎃

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.🚀

How to Contribute

0. Star the Repository🌟

  • To star the repository, simply click on the "Star" button at the top-right corner of this page.🙌

1. Fork the Repository

  • 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.

2. Clone the Repository

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

3. Create a New Branch

Create a new branch for your contributions.

git checkout -b your-branch-name

4. Make Your Contributions

  • 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)

5. Commit and Push

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

6. Create a Pull Request(PR)

  • 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) 🚀

Get in Touch

If you have any questions, feel free to open an issue. Happy hacking! 🎉

About

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


Languages

Language:Java 100.0%