Thank you for considering contributing to Sangeeth Portfolio! This repository is dedicated to providing information about the Sangeeth Group, upcoming and past Sangeeth events, and enabling registration for upcoming events. Users will receive automated emails upon registration. The project is built using Django for the backend and Vanilla HTML, CSS, and JavaScript for the front end. SMTP is used for email functionality.
We appreciate your interest in improving this project. Please take a moment to read this guide to understand how you can contribute effectively.
-
Fork the Repository: Click the "Fork" button in the upper right-hand corner of the repository's page on GitHub. This will create a copy of the repository in your GitHub account.
-
Clone your Fork: After forking, clone the repository to your local machine using the following command, replacing
<your-username>
with your GitHub username:git clone https://github.com/<your-username>/Sangeeth-Portfolio.git
- Commit your Changes: Commit your changes with a clear and concise commit message:
git commit -m "Add new feature: [Feature Name]"
- Create a Pull Request (PR): Go to the original repository on GitHub and click on the "New Pull Request" button. Provide a detailed description of your changes in the PR, and submit it.