/SathyabamaTBIwebsite

This website is developed by Sathyabama Coding Club Students of Sathyabama University.

Primary LanguageHTML

SathyabamaTBIwebsite

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.

How to contribute to gain your acknowledgement.

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.

Simple Steps

  1. Fork the project.
  2. To download the forked repository to your computer, use the git command git clone <URL of the forked repository>.
  3. Make any changes which you feel, that can make the project better.
  4. To add it to staging area, use git command git add .
  5. Commit the changes, git commit -m "your message about the edit"
  6. Then send the local changes to your forked repository using git command git push origin master.
  7. After that raise a Pull request. I'll see your changes and add it.