Skip to content

CoTS2021/cots-website

Repository files navigation

COTS Website – Open Source Project

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.

About the Project

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

Getting Started

Follow the steps below to set up the project locally.

Fork the Repository

Click the Fork button on the top-right corner of this repository to create your own copy.

Clone Your Fork

git clone https://github.com/your-username/cots-website.git

Navigate to the Project Directory

cd cots-website

Open the Project

Open the project in your preferred code editor (VS Code recommended).

Contribution Guidelines

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

Creating a New Branch

Before starting your work, create a new branch:

git checkout -b feature/your-feature-name

Submitting Your Contribution

  1. Commit your changes:
git commit -m "Add: short description of changes"
  1. Push your branch to GitHub:
git push origin feature/your-feature-name
  1. Open a Pull Request (PR):
  • Clearly describe what changes you made
  • Attach screenshots if the changes affect the UI

Review Process

  • 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

License

This project is licensed under the MIT License. You are free to use, modify, and distribute this project with proper attribution.

Code of Conduct

  • Be respectful and professional
  • Follow ethical open-source practices
  • No plagiarism or abusive behavior

Club of Technical Students (COTS) <Happy Coding/>

Releases

No releases published

Packages

No packages published