Skip to content

aiwithqasim/learn-join-and-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacktoberfest

Let's Contribute To Open-source

Hacktoberfest, in its 10th year, is a month-long celebration of open-source software run by DigitalOcean. During the month of October, we invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects.

Background - (learn-join-and-win)

Usually, newbies like Students who recently started using Github didn't know much about how to contribute to a team. This Hacktoberfest 2023 challenge will not only help them to get started but we can contribute as a team plus have some swags as a token of appreciation.

Note: This challenge is mainly targeting newbies (Students) in Bahria University to get started with Github, but if you're not from Bahria University you can still read the README & contribute according to instructions.

Completing the Challenge

If you have previously never contributed to any open-source software then these steps will help you get started:

  1. Go to Hacktoberfest official website and sign in there using your GitHub.
  2. Install git-bash and set it up on your computer. Download and install it from here.
  3. [REQUIRED IF YOU DON'T HAVE GIT-BASH INSTALLED & CONFIGURED LOCALLY] After installing git-bash please complete this step to configure your Github account locally.
git config --global user.name "<add your GitHub username here>"
git config --global user.email "<add your GitHub Email here>"
  1. Fork this repository by clicking the Fork button in the top right of this page or simply click here.
  2. Once it is forked, clone the repository on your computer. For this, copy the URL in the address bar, and use the following command:
git clone <url_you_just_copied>
  1. Open this cloned repository in your preferred code editor. Also, open a terminal in this directory.
  2. Now type in the following command in the terminal and replace username with your GitHub username.
git checkout -b dev
  1. Create a folder with your Name, University & Section using following pattern
Name_University_Section (i:e., QasimHassan_BahriaUniveristy_BCE8A)
  1. Add your customized personalized README.md as shown below as proof that you ahve get started with GitHub.

hacktoberfest

[OR]

Make Sure your README.md have following this block with necessary info of yourself.

    {
      "name": {YOUR_NAME},
      "batch": {YOUR_BATCH_COMMENCEMENT_YEAR},
      "major": {YOUR_DEPARTMENT},
      "githubUsername": {YOUR_GITHUB_USERNAME},
      "favoriteLanguage": {YOUR_FAVOURITE_PROGRAMMING_LANGUAGE}
    }
  1. Once you have done all this, commit your changes to GitHub. You can do this with the following commands. Make sure you execute them in the precise order one after another in your terminal.
# copy and paste the following in the terminal
git add .

# copy and paste the following in the terminal after you have executed the previous command
git commit -m "hacktoberfest contribution"

# copy and paste the following in the terminal after you have executed the previous command
git push -u origin dev
  1. Now open the forked repository on your GitHub. You will see a yellow box at the top telling you that some changes are pushed. You will also see a button called Compare & pull request. Click on it.
  2. Now add a title, some description! You have opened a pull request in this repository.

You need to open four valid pull requests in order to complete the challenge. If you have performed the above steps, you have already opened one pull request. And you need only three more.


Note: Those repositories who have hacktoberfest as a label are considered for Hacktoberfest challenge only.