This directory contains initial write-ups/reports of group members explaining their current status in the field of open source.
Follow these steps to submit your report here.
-
Fork this repo
-
Clone your forked repo in your system.
-
Go to intro_reports directory:
cd opensource-iitbhu/intro_reports/
-
Move/Create your .md file, explaining all the stuff about you.
mv path_to_your_file/githubusername.md ./
-
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.
- Make a pull request to the main repo online.