This is open source project of developement of Sathyabama Culturals website.
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 ou 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.
- Download to you local computer
- Make any changes which you feel, that can make the project better.
- Add it to staging area using git,
git add .
- Commit the changes,
git commit -m "Any message here"
- The send the local changes to your forked repo:
get push master origin
before that you need togit remote add origin <URL of the repository>
- After that raise a Pull request. I'll see your changes and add it.