SST-OSS / club-onboarding-2024

Club onboarding for class of 208
0 stars 22 forks source link

Club Onboarding for Class of 2028

This repository will handle code for the onboarding students from the class of 2028 on the club. Please complete the following tasks. Try to complete these tasks on your own, use Google if you get stuck and refrain from just copying commands from GPT, Claude etc.

9 Sept 2024

Comming Soon

8 Sept 2024

Your task now is to add some details to your already created file. You should stay on the same branch that you are currently working on. So if Sachin with the email ID sachin.23bcs10070 <at> sst.scaler.com wanted to do this task, the new content of his file would be

Sachin Beniwal
sachin.23bcs10070 <at> sst.scaler.com
Founding Intern @ HashedTokens
Go
Rust
TypeScript

Use the next lines to type the names of the programming languages you like or code in, you can add one, two, three or any number of languages you like, add only those which you use and know. After completing this commit the changes and push them to your branch. There is also one more task you need to do.

You need to change the last commit message that you made for the 7th Sept task to this Added member file for <your-email> so Rudra with the email ID rudra.23bcs10037 <at> sst.scaler.com would have the commit message Added member file for rudra.23bcs10037 <at> sst.scaler.com.

This should not take more that 4-5 minutes if you are comfortable wiht git.

7 Sept 2024

Your task is to add a file called <your-email> into the members directory in this repo. For example if Archisman with the email id archisman.23bcs10027 <at> sst.scaler.com wanted to do this, he would go into the members directory and create a file called archisman.23bcs10027 <at> sst.scaler.com (you can leave the .txt or other extensions). Inside this file, he would write the following things

Archisman Midya
archisman.23bcs10027 <at> sst.scaler.com
Full Stack Developer @ Dukaan/Bot9

For most of you, the last line will be Student @ Scaler School of Technology.

Save this file and create a PR on this repository.

But there is one catch, you need to create a new branch for doing this and create a Pull Request which asks to merge the newly created branch into main. This is important, we will not accept changes in the same branch. Also use the git command line tool, dont use the web app or desktop app.

Once you complete this task, you should have the basic required git knowledge. Also, if you complete this task we will assume that you understand these basics of git. This will be a multi step task and you have to complete all of them.

Failing to complete these tasks can lead to disqalification from the club. This should not take more than 2-3 minutes if you are comfortable with git.

You can take hints from the mock file we have created and a closed PR available on the Pull Requests tab.