Skip to content

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!

Notifications You must be signed in to change notification settings

codecaffin4346/AffiCodes-Hacktoberfest2024

 
 

Repository files navigation

⚠️ 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

  • HTML
  • CSS
  • JavaScript
  • PHP
  • Python
  • C++
  • C#
  • Java

What You Can Contribute

  • Code snippets, algorithms, or full-fledged programs.
  • Fix issues in the existing codebase.
  • Share programming tips and tricks or add documentation to help others.

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

  • Enhance the readability and structure of README files.
  • Ensure that documentation is clear and easy to follow.
  • Add missing sections such as installation instructions, usage examples, and contribution guidelines.
  • Improve formatting, layout, and design for a professional appearance.

Top Contributors

Top Contributors

Happy Hacking!


About

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.2%
  • CSS 19.4%
  • C++ 4.1%
  • Java 2.3%
  • JavaScript 2.2%
  • Python 1.9%
  • Other 1.9%