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.
- HTML
- CSS
- JavaScript
- PHP
- Python
- C++
- C#
- Java
- Code snippets, algorithms, or full-fledged programs.
- Fix issues in the existing codebase.
- Share programming tips and tricks or add documentation to help others.
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.
- 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.
Happy Hacking!