This website is developed by Sathyabama Coding Club Students of Sathyabama. Information regarding this is available here on slack group at: https://sathyabamacodingclub.slack.com/files/U9D0CRE0P/FAC4WDNJW/web_site_module.docx
This is their part of In-house projects, Students are encouraged to contribute to the project.
If you find something is not good, please raise a issue or else you can directly contribute to the project by adding a new feature, please do not hesitate to give a pull request or fork the project for our development purposes.
Resources to learn Github and Git Collaboration: Here is the complete list: https://www.youtube.com/watch?v=3RjQznt-8kE&list=PL4cUxeGkcC9goXbgTDQ0n_4TBzOO0ocPR Here is the video to contribute directly: https://www.youtube.com/watch?v=HbSjyU2vf6Y&list=PL4cUxeGkcC9goXbgTDQ0n_4TBzOO0ocPR&index=12 You can always ask doubts on Slack and get them rectified. This is a must for the Coding Club Students.
- Fork the project.
- To download the forked repository to your computer, use the git command
git clone <URL of the forked repository>
. - Make any changes which you feel, that can make the project better.
- To add it to staging area, use git command
git add .
- Commit the changes,
git commit -m "your message about the edit"
- Then send the local changes to your forked repository using git command
git push origin master
. - After that raise a Pull request. I'll see your changes and add it.