Skip to content

Latest commit

 

History

History
75 lines (42 loc) · 2.06 KB

README.md

File metadata and controls

75 lines (42 loc) · 2.06 KB

CodeForAll-Hacktoberfest 🚀

Welcome to CodeForAll's Hacktoberfest repository! This open-source treasure chest is designed for aspiring programmers, especially beginners, to simplify the learning process.

Languages You Will Find: 🌐

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

You Can Also Discover 🛠️

  • Mini Projects

How to Contribute 🤝

  1. You can contribute with Code.
  2. Fixing issues.
  3. You can contribute in terms of useful tips and tricks of programming or add documentations.

Steps to Get Started 🚀

Step 1 - Star and Fork this repository

Step 2 - Fork this repository

You can fork this repository by clicking on the fork button in the top right corner. Once you fork it, a copy of the repo will be created in your account.

Step 3 - Clone the Repository

To clone the repository, go to your account, open this repo, and either click on the clone button or run the command below to get this repository on your local machine:

e.g., git clone https://github.com/wasibhussain/CodeForAll-Hacktoberfest.git

Step 4 - Create a Branch

Go inside the folder where you cloned the repository and run these commands to create a new branch:

e.g., git checkout -b mybranch

Step 5 - Let's Make Some Contributions

Make changes to files on your local machine or add some code.

Step 6 - Add Changes and Commit Changes

Use the following commands:

Now, we have to commit changes. The commit message should always be clear. To commit, use the command below:

e.g., git commit -m "your commit here"

Step 7 - Push Changes to GitHub

Now, push the changes to your branch:

The name of the branch is the same as you created in Step 4.

e.g., git push origin mybranch

Step 8 - Submit Your Changes for Review

Once you have pushed your code to GitHub, it's time to create a pull request. Go to the repository, click on "compare and pull request," and submit the pull request.

Soon, we will be merging all your pull requests into the main branch of the project.

Happy Hacking! 🎉👩‍💻👨‍💻