DevAffan / AffiCodes-Hacktoberfest2024

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!
41 stars 296 forks source link
algorithms c cpp first-issue hack hacktober hacktoberfest hacktoberfest2024 java javascript mini-project miniprogram open-source php python

⚠️ Repository Status: No Longer Accepting Contributions

Please note that this repository is no longer accepting any pull requests or code contributions.

AffiCodes - Hacktoberfest 2024!

Welcome to AffiCodes, an open-source repository designed to help students and beginner programmers enhance their skills and begin their journey into coding. This repository contains a collection of algorithms, mini projects, and code samples covering various programming languages, all aimed at helping you learn and grow as a developer.

Languages You Will Find

What You Can Contribute

How to Contribute

Follow these steps to start contributing to AffiCodes:

Step 1: Star and Fork the Repository

Click the Star button to show your support and then Fork this repository to create a copy on your GitHub account.

Step 2: Clone the Repository

Clone the forked repository to your local machine. Use the following command:

git clone <copied-url>

Example:

git clone https://github.com/DevAffan/AffiCodes-Hacktoberfest2024.git

Step 3: Create a New Branch

Navigate into the cloned folder and create a new branch to work on:

git checkout -b <branch-name>

Example:

git checkout -b mybranch

Step 4: Make Your Contributions

Add your code, fix issues, or make improvements. Don't forget to follow the contribution guidelines.

Step 5: Add and Commit Your Changes

After making your changes, stage them using:

git add .

Now, commit your changes with a meaningful commit message:

git commit -m "resolved issue #<issue-number>"

Step 6: Push Changes to GitHub

Push the changes to your forked repository:

git push origin <branch-name>

Example:

git push origin mybranch

Step 7: Submit Your Pull Request (PR)

Go to the original repository and submit a Pull Request (PR) by clicking on "Compare & pull request." Provide a brief description of the changes made, then submit the PR.

Your contributions will be reviewed, and soon, they will be merged into the main branch.

Objectives for README Improvement

Top Contributors

Top Contributors


Happy Hacking!