The COTS Website is the official open-source website of the Club of Technical Students (COTS). This project is open for learning, collaboration, and community-driven development.
The COTS website is designed to:
- Showcase COTS events, activities, and announcements
- Share technical knowledge and resources
- Promote open-source culture among students
- Encourage collaboration and contribution
Follow the steps below to set up the project locally.
Click the Fork button on the top-right corner of this repository to create your own copy.
git clone https://github.com/your-username/cots-website.git
cd cots-website
Open the project in your preferred code editor (VS Code recommended).
We welcome contributions from everyone. Please follow these guidelines carefully:
- Do not push directly to the main branch
- Always create a new branch for your changes
- Write clean, readable, and maintainable code
- Add comments where necessary
- Follow the existing project structure and coding style
- Test your changes before submitting
Before starting your work, create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add: short description of changes"
- Push your branch to GitHub:
git push origin feature/your-feature-name
- Open a Pull Request (PR):
- Clearly describe what changes you made
- Attach screenshots if the changes affect the UI
- All Pull Requests are reviewed by COTS maintainers
- Feedback or changes may be requested
- Once approved, your Pull Request will be merged into the main branch
This project is licensed under the MIT License. You are free to use, modify, and distribute this project with proper attribution.
- Be respectful and professional
- Follow ethical open-source practices
- No plagiarism or abusive behavior
Club of Technical Students (COTS)
<Happy Coding/>