Skip to content

Latest commit

 

History

History
 
 

intro_reports

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Initial reports of members of Open Source Group

This directory contains initial write-ups/reports of group members explaining their current status in the field of open source.

Submit your report

Follow these steps to submit your report here.

  1. Fork this repo

  2. Clone your forked repo in your system.

  3. Go to intro_reports directory: cd opensource-iitbhu/intro_reports/

  4. Move/Create your .md file, explaining all the stuff about you. mv path_to_your_file/githubusername.md ./

  5. On your terminal, type following cmds.

    git status
    git add githubusername.md
    git commit # Explain your commit
    git push
    

Replace githubusername with you GitHub Username.

  1. Make a pull request to the main repo online.