Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
95 lines (74 loc) · 2.85 KB

README.md

File metadata and controls

95 lines (74 loc) · 2.85 KB

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