Subham-Maity / problem-solving

Many JAVA and Python Problem Series
3 stars 3 forks source link

Contribute more beginner friendly basic questions and answers with different language according to the format of md file #15

Closed Subham-Maity closed 1 year ago

Subham-Maity commented 1 year ago
  1. Please Explain Your Logic
  2. Add Code
  3. Add Output
Rkpani05 commented 1 year ago

assign me please

Rkpani05 commented 1 year ago

Where shall i contribute ?

Subham-Maity commented 1 year ago

@Rkpani05

  1. Fork this repo

  2. Clone this repo

  3. Give a branch name - git branch your_branch_name

  4. Check your branch - git checkout your_branch_name

  5. For checking status - git status

  6. Adding the changes - git add .

  7. Commit - git commit -m"your changes"

  8. Push the changed files - git push origin your_branch_name

  9. Then open your repo check changes and click on compare & pull request and write what questions and answers you added then commit

  10. I will merge the branch after checking all the questions, answers and explanation

Shamik1836 commented 1 year ago

I can work on adding beginner friendly question to this repo, kindly assign this to me

Subham-Maity commented 1 year ago

@Shamik1836 Ok Please Add First Question then 1.Your Logic of the Code 2.Add Code 3.Add Output

Subham-Maity commented 1 year ago

@Rkpani05 Please Add First Question then 1.Your Logic of the Code 2.Add Code 3.Add Output