Every student or teacher can add themselves by sending a pull request.
- 
Fork the repository 
- 
Clone your personal repository of Society git clone https://github.com/*your_username*/society
- 
Add your details to README.md file following the markdown syntax 
- 
Add the changed file git add README.md
- 
Commit the changes you made git commit -m "*your_user_name* add"
- 
Push the commit and changes your made to GitHub git push origin master
- 
Go to your repository on GitHub and make a Pull Request by click on the button - New Pull Request 
- 
After verifying your PR we will send you an invitation to join CodeDocs, please accept that 
- 
Add remote from original repository in your forked repository cd *your_cloned_repo*git remote add upstream https://github.com/CodeDocsJECRC/societygit fetch upstream
- 
Updating your fork from original repo to keep up with their changes git pull upstream master