Please note that this repository is no longer accepting any pull requests or code contributions.
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.
Follow these steps to start contributing to AffiCodes:
Click the Star button to show your support and then Fork this repository to create a copy on your GitHub account.
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
Navigate into the cloned folder and create a new branch to work on:
git checkout -b <branch-name>
Example:
git checkout -b mybranch
Add your code, fix issues, or make improvements. Don't forget to follow the contribution guidelines.
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>"
Push the changes to your forked repository:
git push origin <branch-name>
Example:
git push origin mybranch
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.
Happy Hacking!